This content has been marked as final.
Show 2 replies
-
1. Re: Configure Charset encoding in the http header
mazi Oct 10, 2005 3:55 PM (in response to tcomtcom)I have the same problem, but no solution. See here:
http://www.jboss.org/index.html?module=bb&op=viewtopic&t=70642
Matija -
2. Re: Configure Charset encoding in the http header
mazi Oct 15, 2005 7:59 AM (in response to tcomtcom)This works for me now (in the layout jsp file):
<%@ page contentType="text/html"%>
<% response.setCharacterEncoding("UTF-8"); %>
But this doesn't:
<%@ page contentType="text/html" pageEncoding="UTF-8" %>