2 Replies Latest reply on Sep 20, 2002 6:22 PM by timttye

    Does jboss support character encoding?

    raynix

      Hi, everyone.

      does jboss support http post with encoding other than 8859-1?

      I made it with tomcat by set a character encoding filter in webapp's web.xml file.

        • 1. Re: Does jboss support character encoding?
          timttye

          I know that Jetty Does not support any character encoding for data received from a Web Page. (It assumes all is CP1252).

          Tomcat/Catalina correctly support all web page encoding sent and received. (and correctly translates between Java UNICODE and the specified web page encoding).

          EJBs, Servlets, Resources all only use UNICODE.

          The Resource Adapters must translate between UNICODE and the resource encoding (for resources that do not support UNICODE.

          If you desire any web page encoding other that Cp1252, you must use TOMCAT CATALINA as the Servlet engine!

          • 2. Re: Does jboss support character encoding?
            timttye

            I know that Jetty Does not support any character encoding for data received from a Web Page. (It assumes all is CP1252).

            Tomcat/Catalina correctly support all web page encoding sent and received. (and correctly translates between Java UNICODE and the specified web page encoding).

            EJBs, Servlets, Resources all only use UNICODE.

            The Resource Adapters must translate between UNICODE and the resource encoding (for resources that do not support UNICODE.

            If you desire any web page encoding other that Cp1252, you must use TOMCAT CATALINA as the Servlet engine!