Skip to content

Instantly share code, notes, and snippets.

@ladder1984
Last active January 10, 2016 08:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ladder1984/54e1905a85b7d3f7f613 to your computer and use it in GitHub Desktop.
Save ladder1984/54e1905a85b7d3f7f613 to your computer and use it in GitHub Desktop.
unicode2Chinese
a = '\u4e2d\u6587'
print a.decode('unicode-escape')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment