Skip to content

Instantly share code, notes, and snippets.

@bekatom
Created September 7, 2014 10:27
Show Gist options
  • Select an option

  • Save bekatom/b1805034a5ae965c749f to your computer and use it in GitHub Desktop.

Select an option

Save bekatom/b1805034a5ae965c749f to your computer and use it in GitHub Desktop.
To fix utf problems in python
import sys
reload(sys)
sys.setdefaultencoding("utf8")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment