DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7191>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7191

Tomcat 4 cannot handle JSP with utf-8 contentType header





------- Additional Comments From [EMAIL PROTECTED]  2002-03-25 13:00 -------
It is not true. Since I am using the same in the same environment.

Try to use UTF without hiphen. 


use either  
the attribute in <jsp:page contentType = "text/html;charset=UTF8"  %>



or 

response.setContentType("text/html;charset=UTF8");

It'll work.

regards,
Jeyasekar M

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to