My problem: I want to set the default output encoding to UTF-I if the browser supports it, for all my jsps and servlets. I could put <%@ page contentType="text/html;charset=utf-8" %> in all my jsps, but I don't want to have to put that in all jsps, and I only want to set utf8 if the request header Accept-Charset has utf-8 in it. Where is this set?

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to