- In Windows and Linux: Open for editing
PYCHARM_HOME/bin/pycharm.exe.vmoptions
respectively, and add the following line at the bottom:
or
PYCHARM_HOME/bin/pycharm.vmoptions
-Dconsole.encoding=<encoding name>
For example:-Dconsole.encoding=UTF-8
- In MacOS: Open Info.plist located in /Applications/RubyMine.app/Contents,
locate the tag <key>VMOptions</key>, and modify it as follows:
<key>VMOptions</key> <string>-Xms16m -Xmx512m -XX:MaxPermSize=120m -Xbootclasspath/p:../lib/boot.jar -ea -Dconsole.encoding=<encoding name> </string>

