Created
May 31, 2016 00:45
-
-
Save hashimotor/00a873e88be02db5e28799f55e91cbc6 to your computer and use it in GitHub Desktop.
Pythonでエスケープされたユニコード文字をデコードする
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
repr(string).decode('raw_unicode_escape') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment