view bin/unicode @ 3866:23298d602f9a

<oerjan> mv bin/{rwel,oz}come
author HackBot
date Thu, 03 Oct 2013 22:58:24 +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")