#254506 a2ps: --encoding should accept any standard encoding (as given by $LC_CTYPE)

Package:
a2ps
Source:
a2ps
Description:
GNU a2ps - 'Anything to PostScript' converter and pretty-printer
Submitter:
Vincent Lefevre
Date:
2010-11-14 19:33:03 UTC
Severity:
wishlist
#254506#5
Date:
2004-06-15 07:21:17 UTC
From:
To:
I use a2ps as the print command for Mutt, which sends the file in the
encoding selected by the locales. It would be nice if the --encoding
option could accept any standard encoding, to be able to do something
like:

  a2ps --encoding=`locale | sed -n 's/LC_CTYPE=.*\.//p'` ...

In particular, a2ps should really accept the UTF-8 encoding. For the
moment, no acceptable workarounds (like using iconv) are possible due
to that.

#254506#10
Date:
2010-11-14 19:30:07 UTC
From:
To:
Vincent Lefevre, le Tue 15 Jun 2004 09:21:17 +0200, a écrit :

Actually, I'd say that the default a2ps encoding should be the current
locale encoding.

Samuel