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=17392>. 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=17392 jspc fails to correctly build java from jsps that contain non english characters ------- Additional Comments From [EMAIL PROTECTED] 2003-02-26 00:56 ------- you'd think so, but there are differences. And equally importantly, Ant implements javac by building up the java command line to hand off to jasper: we never open or read the files, so it would be very hard for ant to be the cause of trouble. Not impossible, just hard. Some suggestions to track this down 1. attach a jsp page with the problem 2. upgrade to tomcat4.1.18 if not done already 3. try using jasper from the command line, to see if it shows the problem. 4. try using the XML representation of JSP, with the appropriate charset
