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=11656>. 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=11656 UTF-8 encoding not supported correctly in included text file or JSP Document ------- Additional Comments From [EMAIL PROTECTED] 2003-02-06 11:35 ------- A similar (the same?) problem arises if you have a JSP that has UTF8 (or any other non-ISO8859-1) encoded content, and that statically includes another JSP that has the page directive contentType/charset and pageEncoding attributes set for the app. JSP1.jsp: --- begin --- <%@ include file=JSP2.jsp %> UTF8 content here --- end --- JSP2.jsp --- begin --- <-- this should set the pageEncoding for JSP1 to UTF-8 but it doesnt --> <% page contentType="text/html;charset=UTF-8" pageEncoding="UTF-8" %> --- end --- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]