Difference between revisions of "PyCharm"

From RHS Wiki
Jump to navigation Jump to search
(Created page with "== Change default file encoding == Edit: PYCHARM_HOME/bin/pycharm.vmoptions<\br> add at the bottom: -Dconsole.encoding=UTF-8")
 
Line 1: Line 1:
 
== Change default file encoding ==
 
== Change default file encoding ==
 
Edit:
 
Edit:
PYCHARM_HOME/bin/pycharm.vmoptions<\br>
+
PYCHARM_HOME/bin/pycharm.vmoptions<br />
  
 
add at the bottom:
 
add at the bottom:
-Dconsole.encoding=UTF-8
+
-Dconsole.encoding=UTF-8

Revision as of 06:59, 28 August 2015

Change default file encoding

Edit: PYCHARM_HOME/bin/pycharm.vmoptions

add at the bottom:

-Dconsole.encoding=UTF-8