Difference between revisions of "PyCharm"
Jump to navigation
Jump to search
Rafahsolis (talk | contribs) (Created page with "== Change default file encoding == Edit: PYCHARM_HOME/bin/pycharm.vmoptions<\br> add at the bottom: -Dconsole.encoding=UTF-8") |
Rafahsolis (talk | contribs) |
||
| Line 1: | Line 1: | ||
== Change default file encoding == | == Change default file encoding == | ||
Edit: | Edit: | ||
| − | PYCHARM_HOME/bin/pycharm.vmoptions< | + | 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