You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Fernando Saborio <Fe...@artinsoft.com> on 2003/01/08 20:11:43 UTC

JSP pages with UTF-16LE and UTF-16BE encoding

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:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>