X-Debbugs-cc: [EMAIL PROTECTED]
Package: uni2ascii
Version: 3.9.5-1
Severity: normal
File: /usr/bin/ascii2uni
$ perl -wle 'for(A..Z){print "echo 跨行|uni2ascii -q$_|ascii2uni -q$_"}'|
sh 2>&1 >/dev/null|grep option
ascii2uni: invalid option flag G
uni2ascii: invalid option flag W
ascii2uni: invalid option flag W
uni2ascii: invalid option flag Y
uni2ascii: invalid option flag Z
ascii2uni: invalid option flag Z
Some of those aren't true according to the man pages.
But worst of all is the definite bug on ascii2uni -J:
$ perl -wle '$s="跨行";for(A..Z)
{print "echo -n $_:;echo $s|uni2ascii -q$_|ascii2uni -q$_"}'|sh 2>&-
A:跨行
B:跨行
C:跨行
D:跨行
E:跨行
F:跨行
G:H:跨行
I:跨行
J:%8%7%8%8%1%C
K:跨行
L:跨行
M:跨行
N:跨行
O:èL
P:跨行
Q:R:S:èL
T:èL
U:跨行
V:跨行
W:X:跨行
I didn't check the others.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]