4 Replies Latest reply on Jan 27, 2009 5:41 AM by kutts4u

    UTF-8 issue - Cannot render Japanese chars on Jboss/Solaris.

      Hi

      The web application has pages that are having Japanese characters. They are displayed fine when deployed on Jboss 4.2 on Windows XP.

      But we get junk characters on the web page when deployed on Jboss 4.2 on Solaris 10.

      We have set URIEncoding property in server.xml for HTTP and HTTPS connectors.

      Have also set JAVA_OPTS="$JAVA_OPTS -Djavax.servlet.request.encoding=UTF-8 -Djavax.servlet.response.encoding=UTF-8 -Dfile.encoding=UTF-8" in the run.sh

      But still no luck.

      Any ideas ? Do we need to set the locale in Solaris or any other configuration in Solaris ?