changeset 3904:49ab5b2e2ebf

<boily> echo -e "#!/usr/bin/env python\\n# -*- encoding: utf-8 -*-\\nimport sys\\nimport unicodedata\\ntry:\\n print u\'\'.join(map(unicodedata.lookup, sys.argv[1:])).encode(\'utf-8\')\\nexcept KeyError:\\n print u\'Unknown character.\'" >bin/unicode
author HackBot
date Fri, 11 Oct 2013 15:25:39 +0000
parents 0f6dc05fb0d4
children 58ddd9017cc8
files bin/unicode
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bin/unicode	Fri Oct 11 15:24:35 2013 +0000
+++ b/bin/unicode	Fri Oct 11 15:25:39 2013 +0000
@@ -5,4 +5,4 @@
 try:
     print u''.join(map(unicodedata.lookup, sys.argv[1:])).encode('utf-8')
 except KeyError:
-    print u'Úńḱńóẃń ćh́áŕáćt́éŕ.'
+    print u'Unknown character.'