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=29597>. 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=29597 JspC has javaEncoding hard coded to UTF-8 Summary: JspC has javaEncoding hard coded to UTF-8 Product: Tomcat 5 Version: 5.0.25 Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: Jasper AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] The Java Encoding is hard coded to UTF-8, when running JspC from the command line. Bug 19622 concerned the Ant task (which now understands the javaEncoding parameter), this one is quite similar. I would like a new switch, so that another encoding can be selected when launching from the command line. For example : <java classname="org.apache.jasper.JspC" fork="true" failonerror="true" classpathref="jasper.classpath"> (...) <arg value="-javaEncoding"/> <arg value="ISO-8859-1"/> (...) </java> I am ready to write and submit a patch. Contact me at http://www.julien-dubois.com. Julien Dubois. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]