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 2001/12/11 21:12:34 UTC

DO NOT REPLY [Bug 5353] - Characters with accents not displayed correctly in Tomcat 3.3

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

Characters with accents not displayed correctly in Tomcat 3.3

william.barker@wilshire.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WORKSFORME



------- Additional Comments From william.barker@wilshire.com  2001-12-11 12:12 -------
You must make certain that the characters in the JSP file match the code points 
for the encoding specified in the <%@page contentType="" %> directive.  If no 
contentType directive is specified, then the default encoding is iso-8859-1 
(also known as iso-latin-1).  

Tomcat 3.2.x is known not to handle encoding correctly.

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