On Thu, Jun 15, 2000 at 10:38:32AM -0700, Cesar Crusius wrote:
> Hi. I am having problems with quoted-printable messages. Whenever
> someone sends me with quoted-printable encodings (=E40 and the likes),
> mutt invariably decodes all the encoded characters to '?,' and not to
> the iso-8859-1 equivalents. The term handles 8-bit characters
> correctly, and in fact when I edit the message with vim I can see the
> accented characters correctly. Any suggestions?
You have to set your locale (the LANG, or at least LC_CTYPE environment
variable) correctly. In the default POSIX (aka C) locale all characters
above 127 are non-printable.
If your OS does not have a correct locale database, you can recompile
mutt with --enable-locales-fix.
Marius Gedminas
--
Read what I mean, not what I write.