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 2003/09/29 18:33:41 UTC

DO NOT REPLY [Bug 23489] New: - Problems when posting Unicode characters to a servlet

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=23489>.
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=23489

Problems when posting Unicode characters to a servlet

           Summary: Problems when posting Unicode characters to a servlet
           Product: Tomcat 4
           Version: 4.0 Final
          Platform: PC
        OS/Version: Windows NT/2K
            Status: UNCONFIRMED
          Severity: Major
          Priority: Other
         Component: Unknown
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: liviut@cimage.com


When using forms that accept say ISO charsets that represents characters on 2
bytes, even though the browser encodes them properly (e.g. %413 etc.), they are
translated into the String as 2 separate characters( e.g. as if it was %41%03).
It works fine with UTF-8 chars as far as I can cee though.

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org