So: <%@ page pageEncoding="utf-8" %> would be the correct way to handle the case of including files with utf-8 characters, except Tomcat ignores pageEncoding? (for all files? for non-JSP files?)
> -----Original Message----- > From: Ivan Montoro [mailto:[EMAIL PROTECTED] > Sent: Monday, April 05, 2004 12:07 PM > To: Tomcat Users List > Subject: RE: JSP include directive and UTF-8 files in Tomcat 5 > > > Hi Mike, > > Nope, pageEncoding does not work either. JSP syntax > 1.2 > (http://java.sun.com/products/jsp/syntax/1.2/syntaxref1210.htm > l#1001361) > stands that this is the "page source character > encoding", and javaEncoding at web.xml controls the > encoding for resulting .java files at work/ directory. > I'm afraid this is a bug in the <[EMAIL PROTECTED] JSP > implementation, opening all files in ISO-8859-1. > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
