UTF-8 help needed -EURO problem.

2003-03-19 Thread tito santini
Hi all, We're actually having the following problem with our application (which runs in IE 6.0, Apache 1.3.19 - Tomcat 3.2.2): the application provides user with a HTML input form that allows him to send text to a JSP in the query string (i.e. it calls

Re: UTF-8 help needed -EURO problem.

2003-03-19 Thread Andoni
in the parameter string into what you put into the database and it should work away without any other problems. Andoni. - Original Message - From: tito santini [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, March 19, 2003 11:57 AM Subject: UTF-8 help needed -EURO problem. Hi all

Re: UTF-8 help needed -EURO problem.

2003-03-19 Thread tito santini
] To: Tomcat Users List [EMAIL PROTECTED] Sent: Wednesday, March 19, 2003 1:15 PM Subject: Re: UTF-8 help needed -EURO problem. It's a simple translation: try{ byte[] stringBytesISO = strTestString.getBytes(ISO-8859-1); strTestString = new String(stringBytesISO, UTF-8); }catch

Re: UTF-8 help needed -EURO problem.

2003-03-19 Thread Andoni
PROTECTED] To: [EMAIL PROTECTED] Cc: Tomcat Users List [EMAIL PROTECTED] Sent: Wednesday, March 19, 2003 5:38 PM Subject: Re: UTF-8 help needed -EURO problem. Hi , thanks a lot for your help. We followed your advice, but we're still having trouble. Here you are what we did and the results we