Created
December 16, 2016 07:45
-
-
Save tuphamphuong/96f8da3109031fee073f85b8a0878b26 to your computer and use it in GitHub Desktop.
Python 2.x change default encoding to utf-8
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
import sys | |
reload(sys) | |
sys.setdefaultencoding("utf-8") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment