Can I set default code page of integrated terminal?
已回答
Is there any way to set specific code page of integrated terminal(Windows Cmd) through IntelliJ IDEA?
I want to give 'chcp 65001' command automatically when integrated terminal is opened.
请先登录再写评论。
It's not possible at the moment:
https://youtrack.jetbrains.com/issue/IDEA-159562
https://youtrack.jetbrains.com/issue/IDEA-130270
to do so - you need to set path to shell as "cmd.exe /k CHCP 65001"