Re: Servlet JDBC character conversion problem

2001-10-15 Thread Jacky Cheung
In Oracle, you can use UTF-8 to store data to avoid conversion problem. Jacky - Original Message - From: "Eduardo San Martin B." <[EMAIL PROTECTED]> To: "Orion-Interest" <[EMAIL PROTECTED]> Sent: Tuesday, October 16, 2001 8:36 AM Subject: Re: Servlet J

Re: Servlet JDBC character conversion problem

2001-10-15 Thread Eduardo San Martin B.
Gustavo: I had a similar problem using PostgreSQL. I solved it changing my database encoding to UNICODE, which is what Java uses for String representation. Hope it solves your problem. Regards, Eduardo San Martín. Concepción - Chile. Gustavo Comba wrote: > Hi, > > I'm having a strange prob

RE: Servlet JDBC character conversion problem

2001-10-15 Thread J.D. Bertron
Others may have a better answer. You should try a System.out.println() of your m_Idioma in the code to see what it looks like when it gets to your servlet. I suspect you submit this value from an HTML Form and somehow the string is being encoded in one way by the browser and decoded in ano