view bin/unicode @ 3769:25d423eace16

<Roujo> addquote <ais523> until you SPOON
author HackBot
date Mon, 16 Sep 2013 17:59:40 +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")