view bin/unicode @ 3879:f0e1b7d3e95b

<JWinslow23> learn `? `?
author HackBot
date Sat, 05 Oct 2013 21:30:57 +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")