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=28940>. 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=28940 Deployer can't treat multi-byte characters in JSP correctly Summary: Deployer can't treat multi-byte characters in JSP correctly Product: Tomcat 5 Version: 5.0.24 Platform: All OS/Version: All Status: NEW Severity: Normal Priority: Other Component: Unknown AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] When jakarta-tomcat-5.0.24-deployer compiles web application, any multi-byte characters in JSP are not printed out correctly. Java-source produced by jasper2-task is written in "UTF-8" encoding, so javac-task requires 'encoding="UTF-8"' attribute. $ diff -u -w build.xml.org build.xml --- build.xml.org 2004-05-13 10:59:32.510158400 +0900 +++ build.xml 2004-05-13 11:00:21.580718400 +0900 @@ -53,6 +53,7 @@ optimize="off" debug="on" failonerror="false" srcdir="${webapp.path}/WEB-INF/classes" + encoding="UTF-8" excludes="**/*.smap"> <classpath> <fileset dir="${webapp.path}/WEB-INF/lib"> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]