X-debbugs-Cc: billpo...@alum.mit.edu>
Package: uni2ascii
Version: 4.18-2
File: /usr/bin/ascii2uni

Where in the world is the mysterious injection of c2 and c3 documented?!
$ echo -n '\u00e6\u0088\u0091\u00e5\u0092\u008c'|ascii2uni -a U|od -t x1
6 tokens converted
0000000 c3 a6 c2 88 c2 91 c3 a5 c2 92 c2 8c 0a
0000015

I had to do
$ echo -n '\u00e6\u0088\u0091\u00e5\u0092\u008c'|sed 's/\\u00/%/g'|ascii2uni -a 
J|tee /dev/stderr|od -t x1
6 tokens converted
我和
0000000 e6 88 91 e5 92 8c 0a
0000007



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to