view bin/unicode @ 3809:48774c96538e

<boily> addquote \\item <elliott\\_> `addquote <olsner> two quotes about quotes about django <olsner> I guess the worst part is that I appear in all three hackego quotes about django \\\\ <olsner> elliott\\_: another quote? you\'re not helping \\texttt{:/} \xe2\x86\x90 and three giraffes.
author HackBot
date Fri, 20 Sep 2013 19:00:36 +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")