Skip to content

Instantly share code, notes, and snippets.

@akira093
Created October 26, 2012 02:06
Show Gist options
  • Save akira093/3956536 to your computer and use it in GitHub Desktop.
Save akira093/3956536 to your computer and use it in GitHub Desktop.
import sys
x = raw_input()
print unicode(x, sys.stdin.encoding)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment