#564023 uni2ascii -B should also convert 0x2022 etc.

Package:
uni2ascii
Source:
uni2ascii
Description:
UTF-8 to 7-bit ASCII and vice versa converter
Submitter:
Date:
2010-03-08 15:12:04 UTC
Severity:
wishlist
#564023#5
Date:
2010-01-07 08:12:02 UTC
From:
To:
uni2ascii -B should also convert
$ unicode 0x2022
U+2022 BULLET etc.
So one needn't do e.g.,
    n=`/usr/bin/man -w $i`
    zcat $n|man2html|sed 's/•/o/g'|ascii2uni -qa Y|uni2ascii -qB > $i.html

You can make several tiers of conversions, if you don't think "o" is a
good choice for 0x2022. The user could pick his level of "daring". The
point is there are still lots of punctuation that uni2ascii doesn't yet cover.

#564023#10
Date:
2010-03-08 15:09:47 UTC
From:
To:
forwarded 564023 billposer@alum.mit.edu
thanks

Hi,

Can you please look at this bug. I think reporter has already CC'ed
while filing it. But, in case you missed ;)

~ Kartik


X-debbugs-cc: billposer@alum.mit.edu
Package: uni2ascii
Version: 4.14-2
Severity: wishlist

uni2ascii -B should also convert
$ unicode 0x2022
U+2022 BULLET etc.
So one needn't do e.g.,
   n=`/usr/bin/man -w $i`
   zcat $n|man2html|sed 's/•/o/g'|ascii2uni -qa Y|uni2ascii -qB > $i.html

You can make several tiers of conversions, if you don't think "o" is a
good choice for 0x2022. The user could pick his level of "daring". The
point is there are still lots of punctuation that uni2ascii doesn't yet cover.