UTF-8 special characters

2004-03-09 Thread Jonathan Abramsohn
Hi all After solving the most of the internationalization problems I had, I still have, some problem: If I have, some special character, in the query string (e.g. the URL), like é or ç tomcat gets it as é or ç. Same thing I had with user input, but there, the problem was solved by setting

RE: UTF-8 special characters

2004-03-09 Thread Jonathan Abramsohn
disableUploadTimeout=true / Mariano -Mensaje original- De: Jonathan Abramsohn [mailto:[EMAIL PROTECTED] Enviado el: martes, 09 de marzo de 2004 10:45 Para: Tomcat Users List Asunto: UTF-8 special characters Hi all After solving the most of the internationalization problems I had, I

RE: UTF-8 special characters

2004-03-09 Thread Jonathan Abramsohn
Users List' Subject: RE: UTF-8 special characters This work fine with Tomcat 5.0.19, which version of tomcat are you using? I don't try it in other versions. Mariano -Mensaje original- De: Jonathan Abramsohn [mailto:[EMAIL PROTECTED] Enviado el: martes, 09 de marzo de 2004 11:04 Para: Tomcat

RE: Internationalization problem

2004-03-07 Thread Jonathan Abramsohn
the character set. To use UTF-8 in your JSP : %@ page contentType=text/html;charset=UTF-8 pageEncoding=UTF-8 % and make sure that the charset in your JSP/HTML is defined as UTF-8 : meta http-equiv=Content-Type content=text/html; charset=UTF-8 -Message d'origine- De : Jonathan

Internationalization problem

2004-03-02 Thread Jonathan Abramsohn
I have problem with French special characters, like e with accent (é), When I get this character from user input, tomcat gets it as: é. Although I didn't check this in other languages I presume the same problems should also occur in German and Spanish and probably other languages. I'm working

RE: Internationalization problem

2004-03-02 Thread Jonathan Abramsohn
-8 in your JSP : %@ page contentType=text/html;charset=UTF-8 pageEncoding=UTF-8 % and make sure that the charset in your JSP/HTML is defined as UTF-8 : meta http-equiv=Content-Type content=text/html; charset=UTF-8 -Message d'origine- De : Jonathan Abramsohn [mailto:[EMAIL PROTECTED

RE: Internationalization problem

2004-03-02 Thread Jonathan Abramsohn
- De: Jonathan Abramsohn [mailto:[EMAIL PROTECTED] Enviado el: martes, 02 de marzo de 2004 13:30 Para: Tomcat Users List Asunto: RE: Internationalization problem I've added the two lines you mentioned but it still doesn't help. Is there a way to tell the servlet that receives the parameters from