On Sunday, October 6, 2002 at 6:49:28 PM -0300, José Romildo Malaquias wrote:
> On Sun, Oct 06, 2002 at 03:35:17PM +0200, Alain Bench wrote: >> there are those UTF-8 unknown replacement chars U+FFFD here. > I have just changed my LANG definition from us_US.UTF-8 to us_US in my > /etc/sysconfig/i18n configuration file and things seem to be working > as expected now. Can you confirm this? Yes, quotes and sig are good now. But there is still your From: > From: =?iso-8859-1?B?Sm9zw6k=?= Romildo Malaquias <[EMAIL PROTECTED]> This is labelled Latin-1, but in fact decodes to: > From: José Romildo Malaquias <[EMAIL PROTECTED]> ^^ Which is wrong: That would be raw UTF-8 for "é". Most probably you entered your name in muttrc while in UTF-8 mode. Just retype it and all should be right. Please feel free to send me a private mail if you want a final confirmation. BTW: This doesn't mean you can't use UTF-8 mode, just that if you choose to, you have to convert everything: sigs, aliases, names, all format strings, attribution lines, etc... All these are expected to be in used $charset. This makes difficult switches between different terminals with different $charsets, and impossible simultaneous usage in different ones. I'd like if there was another variable, say $config_charset, defining in which charset configuration files (muttrc, mutt-aliases, sigfile, etc...) are written. This way you could have fixed config files in one $config_charset, and use terminals with each one it's $charset. As mail editor uses $charset, Mutt would have to convert say sig from $config_charset to $charset at the beginning. This $config_charset could be used as default charset for attaching text files too (see my previous mail). > Thanks for pointing the problem out. You're welcome! Bye! Alain. -- Give your computer's unused idle processor cycles to a scientific goal: The Genome@home project at <URL:http://genomeathome.stanford.edu/>.