DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=29342>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=29342 pageEncoding attribute is ignored under certain conditions ------- Additional Comments From [EMAIL PROTECTED] 2004-06-03 08:36 ------- Yes I know, "pageEncoding" has nothing to do with the generated servlet code. And of course, in both my examples, the generated servlet code is the same, but in my error-example, the original JSP code is not parsed using the character encoding specified by the "pageEncoding" attribute, but the one specified by the charset-part of the "contentType" attribute. The "pageEncoding" settings are simply ignored! As an effect, special chars in the JSP code (e.g. String s = "รค" [a german umlaut]) are treated incorrectly if pageEncoding is ISO-8859-1 while the contentType-charset is UTF-8. This bug is not in release 5.0.26 any more, but in the following tomcat releases: 5.0.16 4.1.24 4.1.30 Is there a way to transfer this bug to the tomcat 4.1 bug-database? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]