Re: JSP page directive contentType overriden by Apache tomcat?

Interesting problem.
Is it just a matter of charset declaration in Content-Type header,
or are the parameters really encoded in ISO-8859-1 ?
If it's just that charset declaration is wrong but the parameters
are encoded in UTF-8, then a quick fix would be to add
META header in each JSP:
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">

-- 
KUROSAKA ("Kuro") Teruhiko, San Francisco, California, USA
Internationalization Consultant --- now accepting new projects!
http://www.bhlab.com/

Received on Saturday, 17 July 2004 01:20:13 UTC