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
请先登录再写评论。
I have same issue.
Can anyone solve this problem?