This content has been marked as final. 
    
Show                 1 reply
    
- 
        1. Re: Character Encoding in Jboss ESBtomeicher Feb 17, 2012 5:12 PM (in response to kumarmaheswaran)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. 
 
    