How do I display Multibyte characters in IntelliJ Run Window
My application currently retrieves multibyte characters (Japanese/shift_jis).
When I run my code, the results displayed in the Intellij run window are boxes, not the proper multibyte characters.
Is there a way to configure the run window to display multibyte characters properly?
David
Please sign in to leave a comment.
I have same issue.
Can anyone solve this problem?