Return-Path: Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 52709 invoked from network); 11 Dec 2000 23:15:48 -0000 Received: from unknown (HELO meowth.netlens.com) (206.86.251.158) by locus.apache.org with SMTP; 11 Dec 2000 23:15:48 -0000 Received: by MEOWTH with Internet Mail Service (5.5.2650.21) id ; Mon, 11 Dec 2000 14:57:55 -0800 Message-ID: <337D570DC4D9D31180B700902761F07B2252C9@MEOWTH> From: Jyoti Bansal To: "'tomcat-user@jakarta.apache.org'" Subject: problem with non-english characters on solaris Date: Mon, 11 Dec 2000 14:57:46 -0800 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C063C5.CC0B4D36" X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. ------_=_NextPart_001_01C063C5.CC0B4D36 Content-Type: text/plain; charset="iso-8859-1" Hi all, I am using some non-english characters in HTTP request POST data. When I post it to the servlet and do a request.getParameter() in the servlet code, I get all the non-English characters replaced by a '?'. This is happening when the Tomcat is running on Solaris. I have tried using Tomcat with Apache and also Tomcat standalone. If I run the same servlet on Windows NT and use the same non-English characters it works fine. Can you please suggest me what can be wrong? I am using internationalized version of JDK and have made sure that i18n.jar is in classpath , if that could be a reason. Has anyone seen such a problem before? Thanks Jyoti K. Bansal Software Engineer NetLens Inc. ------_=_NextPart_001_01C063C5.CC0B4D36 Content-Type: text/html; charset="iso-8859-1"
Hi all,
 
I am using some non-english characters in HTTP request POST data. When I post it to the servlet and do a request.getParameter() in the servlet code, I get all the non-English characters replaced by a '?'.
 
This is happening when the Tomcat is running on Solaris. I have tried using Tomcat with Apache and also Tomcat standalone.
If I run the same servlet on Windows NT and use the same non-English characters it works fine.
 
Can you please suggest me what can be wrong?
I am using internationalized version of JDK and have made sure that i18n.jar is in classpath , if that could be a reason.
 
Has anyone seen such a problem before?
 
Thanks
 
Jyoti K. Bansal
Software Engineer
NetLens Inc.
 
------_=_NextPart_001_01C063C5.CC0B4D36--