Hello,

I have application which requires from me UTF-8 page encoding.
With Tomcat 4.0.x everything was ok. When I've wanted to migrate to 4.1.18
I've found problem with JSP enconing. They are not rendered to UTF-8 but to
iso8859-2 (IE claims that). I've made some tests on simple JSP page.
It has all nececery heders to encoding

<%@ page contentType="text/html; charset=UTF-8" %>
<%@ page pageEncoding="UTF-8" %>
and
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">

When I've removed form page use of i18n tag (from jakarta taglibs), page
was rendered back in UTF-8. I don't know if its tomcat or i18n error or I'm doing something wrong.


Can some one help me ??????

Jacek


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



Reply via email to