Thursday, September 12, 2002, 12:00:29 AM, you wrote:
JL> Lukasz,
>> 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
>> tags, the encoding is reset to my locale's default
>> encoding (which is iso-8
Lukasz,
> 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
> 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 re
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
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?
--