The R format works in combination with the -p option: [220]: echo 00E9 | ascii2uni -a R -p 1 token converted é
On Wed, Sep 2, 2015 at 4:20 AM, 積丹尼 Dan Jacobson <[email protected]> wrote: > 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? > >

