All my JSP pages have <%@page contentType='text/html; charset=utf-8'%>
directive on top and the browser should get them in UTF-8. When I use
<fmt:message> tags, the encoding is reset to my locale's default
encoding (which is iso-8859-2 for pl_PL). How can I stop fmt:* tags
from resetting response encoding?

-- 
Łukasz Kowalczyk


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

Reply via email to