Of the seven cases reported, three are not bugs: ascii2uni It is correct that there is no -W option. The man page and usage message correctly indicate this.
uni2ascii It is correct that there is no -W option. The man page and usage message correctly indicate this. It is correct that there is no -Y option. The man page and usage message correctly indicate this. The following are bugs. All are fixed in version 3.10, now available on my website. ascii2uni Rejection of the -G flag as invalid is indeed an error. The Z flag requires an argument, so uni2ascii is correct in reporting an error on -Z with no argument. The error message, however, is incorrect in reporting an invalid option rather than lack of a required argument. uni2ascii With -J flag emits only one of the two hex digits for each byte. Actually, this bug appears only in "impure" mode. If the -p flag is also given, the output is correct. The Z flag requires an argument, so uni2ascii is correct in reporting an error on -Z with no argument. The error message, however, is incorrect in reporting an invalid option rather than lack of a required argument. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]