Skip to content

Instantly share code, notes, and snippets.

@natereed
Created November 5, 2015 21:14
Show Gist options
  • Save natereed/7cb7b283d8fd7b4f99f3 to your computer and use it in GitHub Desktop.
Save natereed/7cb7b283d8fd7b4f99f3 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