1 Reply Latest reply on Jun 18, 2004 12:48 PM by samfra

    French encoding

    tvandeve

      Hello,

      My JSP pages have french characters in them. When they are compiled into Html source code, any french character is replaced by a weirs character. The same pages are displayed correctly on WebLogic. What parameter should I change so that my jsps are displaying french encoding correctly?

      Thanks!

        • 1. Re: French encoding
          samfra

          it's UTF-8 by default, change this to ISO-8859-1 ...

          If I remember well, it was ok for me when jsps were compiled into tomcat but not if I precompiled them... I had to modify jasper so that it encodes them in iso-8859-1 ...

          maybe there is another way...

          compare your.jsp with the jsp_your.java file.... the éàè should have already disparead there