This content has been marked as final.
Show 1 reply
-
1. Re: JSP & charset
sbrbot Jan 11, 2004 2:13 AM (in response to gkanel)I hope you have defined in all of your JSPs:
<%@ page language="java" contentType="text/html; charset=ISO-8859-7" %>
Also there's one setting you can define in JAVA_OPTS for Java of JBoss and CATALINA_OPTS for embedded Tomcat:
In JAVA_OPTS and CATALINA_OPTS add -Dfile.encoding=ISO-8859-2