Re: [OT] Bad characters on e-mail headers (was iceape 1.0.9 and IPv6 compatibility)
On Sat, 11 Jun 2011 11:22:13 +0300, Andrei POPESCU wrote:
> On Vi, 10 iun 11, 17:57:44, Camaleón wrote:
>>
>> Sure they tell me. After looking into them in my cache I've seen that
>> all those were sent by me using Mutt :-)
>
> mutt respects your locale, so just make sure you have some UTF-8 locale
> and delete any 'charset' or similar option from your .muttrc
What happens here is that Iceweasel is having some sort of problem for
displaying a "From:" field encoded with "iso-8859-1".
Mutt is doing it right :-)
Sending with Mutt, character encoding for the "From:" field is kept as
"utf-8" but sending with Pan is converted to "iso-8859-1" (or so it says
Iceweasel). And Iceweasel "coughs" when it detects the iso.
sm01@stt008:~$ grep -i utf .muttrc
set charset = utf-8
set send_charset = utf-8
sm01@stt008:~$ locale
LANG=es_ES.UTF-8
LC_CTYPE="es_ES.UTF-8"
LC_NUMERIC="es_ES.UTF-8"
LC_TIME="es_ES.UTF-8"
LC_COLLATE="es_ES.UTF-8"
LC_MONETARY="es_ES.UTF-8"
LC_MESSAGES="es_ES.UTF-8"
LC_PAPER="es_ES.UTF-8"
LC_NAME="es_ES.UTF-8"
LC_ADDRESS="es_ES.UTF-8"
LC_TELEPHONE="es_ES.UTF-8"
LC_MEASUREMENT="es_ES.UTF-8"
LC_IDENTIFICATION="es_ES.UTF-8"
LC_ALL=
In the same way, I instructed Pan to use UTF-8:
sm01@stt008:~$ grep -i utf .pan2/posting.xml
<?xml version="1.0" encoding="utf-8" ?>
But this seems to affect only to the message body and not header encoding.
Greetings,
--
Camaleón
Reply to: