Created
January 26, 2013 08:54
-
-
Save nickleefly/4641161 to your computer and use it in GitHub Desktop.
python encoding
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
> chcp 65001 | |
> set PYTHONIOENCODING=utf-8 | |
> python example.py | |
Encoding is utf-8 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment