Skip to content

Instantly share code, notes, and snippets.

@natereed
Created November 5, 2015 21:15
Show Gist options
  • Save natereed/5bfdb5965eb7770e60d7 to your computer and use it in GitHub Desktop.
Save natereed/5bfdb5965eb7770e60d7 to your computer and use it in GitHub Desktop.
Set system default encoding to UTF-8
reload(sys)
sys.setdefaultencoding('utf8')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment