Skip to content

Instantly share code, notes, and snippets.

@jebai0521
Created June 13, 2015 04:11
Show Gist options
  • Save jebai0521/ff0418e3193dae0d43f9 to your computer and use it in GitHub Desktop.
Save jebai0521/ff0418e3193dae0d43f9 to your computer and use it in GitHub Desktop.
>>> print "\u624b\u673a\u7c7b\u578b".decode('unicode_escape')
手机类型
>>> print "\U65b9\U6cd5method\U4e0d\U5b58\U5728".decode('unicode_escape’)
>>> print "\u65b9\U6cd5method\U4e0d\U5b58\U5728".decode('unicode_escape')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment