0 Replies Latest reply on May 28, 2018 6:20 AM by johnsigeorge.mzcet

    How to make wildfly console to print japanese text using system.out.println();

    johnsigeorge.mzcet

      While printing below Japanese text in wildfly console the content is displayed as

      System.out.println("世界您好!"); 15:12:36,220 INFO  [stdout] (default task-43) ????!

      Below are the suggestion tried.

      1)Started the wildfly server with below configuration -Dconsole.encoding=UTF-8

      2) changed cmd prompt font to Lucida console fonts and started with chcp 65001 before proceeding with server start command.

      Read the below in many articles " console support UTF encoding and make sure your compiler is configured to compile using UTF8.".

      Can anyone guide how to ensure the console support utf?.