1 Reply Latest reply on Feb 17, 2012 5:12 PM by tomeicher

    Character Encoding  in Jboss ESB

    kumarmaheswaran

      Hi,

       

      What are the characters encoding(like UTF-8) supported in JBoss.Is Japanese  character encoding support (SJIS) available?Give some details about this.

       

      Thanks ,

      Mahes

        • 1. Re: Character Encoding  in Jboss ESB
          tomeicher

          Well, all areas that I had to visit so far all use UTF-8, so japanese characters in UTF-8 encoding shall work.

          SJIS I don't know.

          There might be some problems with the tomcat in AS/ESB, if you want to use it, as some parts of tomcat still default to Latin1.

          Be sure to start the JVM with -Dfile.encoding=utf8 (/bin/run.conf). (Especially on Mac OS X ;-)

          Cheers, Tom.