Skip to content

Instantly share code, notes, and snippets.

@xalexchen
Created September 22, 2013 08:59
Show Gist options
  • Save xalexchen/6658133 to your computer and use it in GitHub Desktop.
Save xalexchen/6658133 to your computer and use it in GitHub Desktop.
python Chinese character
.decode('unicode_escape').encode('iso8859-1').decode('utf8')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment