Peter Rossbach wrote:
Hello Remy,
your are right! I found the difference very quickly.
JDTCompiler default Encoding is UTF8
ANTCompiler default Encoding is ISO-8859-1
Set correct javaEncoding parameter to default conf/web.xml and all is
working as 5.0.27 Release
jsp
org.apache.
Hello Remy,
your are right! I found the difference very quickly.
JDTCompiler default Encoding is UTF8
ANTCompiler default Encoding is ISO-8859-1
Set correct javaEncoding parameter to default conf/web.xml and all is
working as 5.0.27 Release
jsp
org.apache.jasper.servlet.JspServl
Peter Rossbach wrote:
Hello,
I have test a small application with Tomcat 5.5 and CVS HEAD 5.5.1-dev
and with JDT something changed from 5.0.x to 5.5 with the JSP encoding.
see example. test.jspx
The problem exit also with "normal" *.jsp with <%@ page
pageEncoding="ISO-8859-1" %>
I thing the JDT co
Hello,
I have test a small application with Tomcat 5.5 and CVS HEAD 5.5.1-dev
and with JDT something changed from 5.0.x to 5.5 with the JSP encoding.
see example. test.jspx
The problem exit also with "normal" *.jsp with <%@ page pageEncoding="ISO-8859-1" %>
I thing the JDT compiles with UTF-8, ri