dmadunic / clidemo

Sample SpringShell CLI demo
GNU General Public License v3.0
44 stars 18 forks source link

Issue with Japanese language #6

Open nagraj321 opened 3 years ago

nagraj321 commented 3 years ago

I have following text in the default and Japanese properties file.

messages.properties start.notes=Enter to Initialize.

messages_ja.properties start.notes=を入力して初期化します。

And we using shellHelper.print method to show the message on the windows command prompt. It is working fine with the english message but when the locale is Japanese some junk chars are being visible on the command prompt instead of above shown japanese text.

image