Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save hashimotor/00a873e88be02db5e28799f55e91cbc6 to your computer and use it in GitHub Desktop.
Save hashimotor/00a873e88be02db5e28799f55e91cbc6 to your computer and use it in GitHub Desktop.
Pythonでエスケープされたユニコード文字をデコードする
repr(string).decode('raw_unicode_escape')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment