I'm creating pages with Unicode Big Endian and Little Endian encoding but Tomcat prints everything as plain text.
The files are saved using that encoding and the instruction <%@ page pageEncoding="UTF-16BE" %> is included, but tomcat takes the whole page and generates servlet intermediate pages where everything is taken as simple text I tried modifying the 'javaEncoding'element in conf/web.xml but I didn't work. It works fine with UTF-8 Does anyone knows what's the problem? -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>