Re[2]: [standard] fmt:message overrides my encoding

2002-09-12 Thread Lukasz Kowalczyk
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

[standard] fmt:message overrides my encoding

2002-09-11 Thread Lukasz Kowalczyk
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? --