Skip to content

Instantly share code, notes, and snippets.

@pearofducks
Created August 25, 2014 11:31
Show Gist options
  • Save pearofducks/db187b132cdf5d568de0 to your computer and use it in GitHub Desktop.
Save pearofducks/db187b132cdf5d568de0 to your computer and use it in GitHub Desktop.
Python fix UTF-8 encoding
import sys
reload(sys) # Reload does the trick!
sys.setdefaultencoding('UTF8')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment