Package: uni2ascii
Version: 2.7-1
Severity: minor

$ man ascii2uni uni2ascii|fgrep \&
       -D     Convert decimal HTML numeric character entities (e.g. &#x0233)
              &#x00E9)
       -Q     Convert  HTML character entities (e.g. é).  If an unknown
              &#x0233)
              &#x00E9)
You forgot to mention the ";" chars. The --help messages mention them
though.

By the way,

$ echo '7'|ascii2uni -D
7
1 tokens converted
0 tokens replaced
$ echo '&#55'|ascii2uni -D
Segmentation fault


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to