RE: Internationalization problem

2004-03-07 Thread Jonathan Abramsohn
receive and send any character in the Unicode set. Thanks Jonathan -Original Message- From: Evgeny Gesin [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 02, 2004 15:27 To: Tomcat Users List Subject: RE: Internationalization problem Some sources say to set in catalina.sh JAVA_OPTS

RE: Internationalization problem

2004-03-05 Thread Keith Hyland
:[EMAIL PROTECTED] Sent: Thursday, March 04, 2004 10:03 AM To: Tomcat Users List Subject: RE: Internationalization problem Hi, I'm testing some japanese characters in my app and I'm getting some strange behaviour. japanese characters that are in the jsp page get displayed correctly

RE: Internationalization problem

2004-03-04 Thread Keith Hyland
Hi, I'm testing some japanese characters in my app and I'm getting some strange behaviour. japanese characters that are in the jsp page get displayed correctly. However characters that get displayed through the fmt:message tag get corrupted. I have set the -Dfileencoding=UTF-8 in my

RE: Internationalization problem

2004-03-04 Thread Kumar Abhay-CAK203C
Hi, What is there in fmt:message tag ? Best Regards Abhay Kumar -Original Message- From: Keith Hyland [mailto:[EMAIL PROTECTED] Sent: Thursday, March 04, 2004 11:03 AM To: Tomcat Users List Subject: RE: Internationalization problem Hi, I'm testing some japanese characters in my

RE: Internationalization problem

2004-03-04 Thread John Sidney-Woollett
Keith Hyland said: I'm testing some japanese characters in my app and I'm getting some strange behaviour. japanese characters that are in the jsp page get displayed correctly. However characters that get displayed through the fmt:message tag get corrupted. I have set the

RE: Internationalization problem

2004-03-04 Thread Yansheng Lin
native2ascii your properties file. works for me:). -Original Message- From: Keith Hyland [mailto:[EMAIL PROTECTED] Sent: Thursday, March 04, 2004 10:03 AM To: Tomcat Users List Subject: RE: Internationalization problem Hi, I'm testing some japanese characters in my app and I'm

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 STOCKHOLM, Raymond
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] Envoyé : mardi 2 mars 2004 11:48 À : Tomcat Users List Objet : Internationalization problem I have problem

RE: Internationalization problem

2004-03-02 Thread Jonathan Abramsohn
:[EMAIL PROTECTED] Sent: Tuesday, March 02, 2004 12:58 To: Tomcat Users List Subject: RE: Internationalization problem é is é in UTF-8. It means that your browser is returning UTF-8, and your servlet/JSP is expecting ISO-8859-1. Check how your JSP is configured to handle the character set. To use UTF

RE: Internationalization problem

2004-03-02 Thread Mariano
disableUploadTimeout=true / Mariano -Mensaje original- 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

RE: Internationalization problem

2004-03-02 Thread Jonathan Abramsohn
Hi Thanks for your answers but It did not solve the problem. Any other ideas? -Original Message- From: Mariano [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 02, 2004 14:35 To: 'Tomcat Users List' Subject: RE: Internationalization problem Yes, in the conf/server.xml file, connector

RE: Internationalization problem

2004-03-02 Thread Evgeny Gesin
; charset=UTF-8 -Message d'origine- De : Jonathan Abramsohn [mailto:[EMAIL PROTECTED] Envoyé : mardi 2 mars 2004 11:48 À : Tomcat Users List Objet : Internationalization problem I have problem with French special characters, like e with accent (é), When I get this character

RE: Internationalization problem [2]

2004-03-02 Thread Evgeny Gesin
Some sources say to set in catalina.sh JAVA_OPTS=-Dfile.encoding=UTF8 What is relation of that parameter and Web/JSP/i18n ? Evgeny Gesin Javadesk __ Do you Yahoo!? Yahoo! Search - Find what you’re looking for faster http://search.yahoo.com

RE: Internationalization problem

2004-03-02 Thread Ralph Einfeldt
This is defined by explicitly setting the encoding for the request. -Original Message- From: Evgeny Gesin [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 02, 2004 2:27 PM To: Tomcat Users List Subject: RE: Internationalization problem Some sources say to set in catalina.sh

RE: Internationalization problem

2004-03-02 Thread Evgeny Gesin
for the request. -Original Message- From: Evgeny Gesin [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 02, 2004 2:27 PM To: Tomcat Users List Subject: RE: Internationalization problem Some sources say to set in catalina.sh JAVA_OPTS=-Dfile.encoding=UTF8 What is relation

RE: Internationalization problem

2004-03-02 Thread Yansheng Lin
most Western European Languages, it should be able to handle the French characters. -Yan -Original Message- From: Evgeny Gesin [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 02, 2004 7:33 AM To: Tomcat Users List Subject: RE: Internationalization problem I see, so this JAVA_OPTS

Re: Internationalization Problem

2003-09-04 Thread Janis_Olekss
9136267 Chaitanya Pallapothula [EMAIL PROTECTED] 09/04/2003 03:55 Please respond to Tomcat Users List To: [EMAIL PROTECTED] cc: Subject:Internationalization Problem Hi I have been working on Internationalization and during that process I encountere

RE: Internationalization Problem

2003-09-04 Thread Allen Hadden
to know). Allen -Original Message- From: Chaitanya Pallapothula [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 03, 2003 8:56 PM To: [EMAIL PROTECTED] Subject: Internationalization Problem Hi I have been working on Internationalization and during that process I encountere

Internationalization Problem

2003-09-03 Thread Chaitanya Pallapothula
Hi I have been working on Internationalization and during that process I encountere this strange problem. My server is sending the right characters(Russian) to the browser. And also I have put this tag META HTTP-EQUIV=Content-Type CONTENT=text/html;charset=utf-8 in the head pasrt of my out put.

Internationalization problem

2001-01-08 Thread Raphaël Lemaitre
Hi, I got a problem with i18n. I want to use a french localized GregorianCalendar but when i execute my JSP, the GregorianCalendar is not French Localized. I use jakarta-tomcat 3.2 with Sun JDK 1.3; On the other hand, when i execute the same code in a java application (with sun JVM 1.3),

Re: Internationalization Problem

2001-01-08 Thread RAMAKRISHNA SANKA
Raphael, I tried your jsp with my Tomcat 3.1 running with JDK1.2.2 on NT and I got the correct results - in french. My default locale is en_US. Ramakrishna Get free email and a permanent address at