java - How to display Chinese Chracter on JBoss 4.2.3GA -


Similar to the title, please advise how to configure JBoss to display the Chinese character

The unreadable character is having difficulty for me when I saw unreadable words and did not know what was happening with the error. kindly advise.

Enter image details here

< Div class = "post-text" itemprop = "text">

Try the following:

JBOSS_HOME // server / (default) /deploy/jboss-web.deployer/server.xml Edit And edit the following line (I think UTF-8 is OK, but I think you will also have to try with other values):

    

Edit Depend on Ethyl JBOSS_HOME / bin / run.bat or JBOSS_HOME / bin / run.sh OS that you are using accordingly -Dfile.encoding option (again , First try UTF-8):

  JAVA_OPTS = JAVA_OPTS -Dfile.encoding = utf-8    

Comments

Popular posts from this blog

c# - passing input text from view to contoller with FacebookContext using Facebook app -

ios - Does Core Data autoupdate a many to many relationship on saving -

Calling a C++ function from C# by passing a string with variable size to it -