#782369 right there on the man page please mention that ascii2uni -a R will not work

Package:
uni2ascii
Source:
uni2ascii
Description:
UTF-8 to 7-bit ASCII and vice versa converter
Submitter:
Dan Jacobson
Date:
2015-04-11 06:48:06 UTC
Severity:
minor
#782369#5
Date:
2015-04-11 06:36:05 UTC
From:
To:
Man page says

         R Convert raw hexadecimal numbers (e.g. 00E9)

however when we try it,

        $ echo 00E9|ascii2uni -a R
        It isn't possible reliably to parse raw hex unicode out of ASCII text.

it turns out to be a big bait and switch operation! Please mention the
problem on the man page at that line lest one expect it to work.