X-debbugs-Cc: Bill Poser <[email protected]> Package: uni2ascii Version: 4.18-2 File: /usr/bin/ascii2uni
$ man ascii2uni
...R Convert raw hexadecimal numbers (e.g. 00E9)
$ echo 00E9|ascii2uni -a R
It isn't possible reliably to parse raw hex unicode out of ASCII text.
So what is the point of mentioning it on the man page?

