view bin/unicode @ 3889:67dd1d1c102c

<fizzie> learn wecome in pece.
author HackBot
date Sun, 06 Oct 2013 19:52:45 +0000
parents b35a80fd71af
children 0f6dc05fb0d4
line wrap: on
line source

#!/usr/bin/env python
import sys
import unicodedata

print u"".join(map(unicodedata.lookup, sys.argv[1:])).encode("utf-8")