If there is a mismatch between the MUA locale (e.g. UTF-8) and the
HTML charset (e.g. Latin-1) of an email message, then non-ASCII
characters will not be displayed correctly.
Please change the following line:
text/html; /usr/bin/w3m -dump -T text/html '%s'; copiousoutput;
description=HTML Text; nametemplate=%s.html
... into this:
text/html; /usr/bin/w3m -I %{charset} -dump -T text/html '%s';
copiousoutput; description=HTML Text; nametemplate=%s.html
Thank you!
Christian
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]