Last active
January 10, 2016 08:34
-
-
Save ladder1984/54e1905a85b7d3f7f613 to your computer and use it in GitHub Desktop.
unicode2Chinese
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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