view bin/unicode @ 3838:e77296ebeb31

<nortti> tar txf master.tar.gz | paste
author HackBot
date Wed, 25 Sep 2013 13:32:42 +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")