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=9654>.
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=9654

Tomcat converts to ASCII when it should convert to ISO-8859-1





------- Additional Comments From [EMAIL PROTECTED]  2002-06-06 06:05 -------
I think the problem may be that setLocale in ResponseBase.java sets |encoding|
and if |encoding| is set, it won't be overridden by the default charset
(ISO-8859-1) in HTTP. One solution (not necessarily the right one) could be to
set |encoding| to null efter the call to super.setLocale in
HttpResponseBase.setLocale. 

That is, if setLocale is called by the servlet engine.

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

Reply via email to