Last active
February 26, 2016 16:02
-
-
Save masapico/8ca7e29899520f0350d0 to your computer and use it in GitHub Desktop.
Win & Python3 & Atom 環境での文字化け対策ワンライナー ref: http://qiita.com/arakanema/items/c75cf548f796f1caba5f
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| process.env.PYTHONIOENCODNG = "utf-8"; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment