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.

0
2 comments
Avatar
Permanently deleted user

to do so - you need to set path to shell as "cmd.exe /k CHCP 65001"

0

Please sign in to leave a comment.