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/02/15 00:24:11 UTC

DO NOT REPLY [Bug 6478] New: - Default Tomcat Encoding

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

Default Tomcat Encoding

           Summary: Default Tomcat Encoding
           Product: Tomcat 3
           Version: 3.2.3 Final
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: Encoding
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: bkw@qad.com


Currently the encoding used for both requests and responses to/from Tomcat are 
by default ISO-8859-1.  What I would like to do is be able to specify the 
character encoding that Tomcat should use for requests & responses to be UTF-
8.  One way to accommodate this is to provided a way of specifying the encoding 
(defaults to ISO-8859-1 for backward compatibility) and modify 
RequestImpl.handleParameters to process the query string into the desired 
encoding and assign the content type in ResponseImpl specify charset=<encoding>.

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