You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2002/06/28 15:14:34 UTC

DO NOT REPLY [Bug 10321] New: - Encoding problem in solaris environment (Solaris 2.6)

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10321>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10321

Encoding problem in solaris environment (Solaris 2.6)

           Summary: Encoding problem in solaris environment (Solaris 2.6)
           Product: Tomcat 3
           Version: 3.3 Final
          Platform: Sun
        OS/Version: Other
            Status: NEW
          Severity: Major
          Priority: Other
         Component: Encoding
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: rajeshb@sapient.com


I am facing a strange problem with tomcat 3.3

- All the webpages in my applications are internationalized. The user can enter 
even japanese characters in the text box. The encoding set in the webpage 
is "UTF-8".
-On the server side, we use a common servlet to get all the parameters.
- The servlet processes the user input data and sends back to the browser some 
result with the user input data.
- This works perfectly fine in windows 2000, tomcat 3.3 environment.
- But when the same code is deployed in solaris 2.6, it throws some junk 
characters to the browser. The locale set in the solaris machine is ISO_8859_1.
- What parameter has to be changed in tomcat in order for the internationalized 
application to work in solaris environment.

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>