Can I set default code page of integrated terminal?
Answered
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.
Please sign in to leave a comment.
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"