view bin/unicode @ 3850:b0c3083291d7

<Taneb> addquote <shachaf> "Well, that was fun" -- Taneb "atriq" Ngevd
author HackBot
date Mon, 30 Sep 2013 18:48:41 +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")