Hello Daniel, thanks for the report and the digging.
On Friday, October 7, 2005 at 9:45:08 -0700, Daniel Burrows wrote:
> I fixed it by going through and replacing each space character in
> index_format with a space character.
Nice one! Your original $index_format has all spaces as Latin-1
non-breaking spaces coded 0xA0. As the glyph is identical, a space, you
could look some long years before seeing the difference.
> character in there that displayed properly in some places (i.e., vim)
Vim has a "fileencodings" heuristic to auto-sense a file's charset.
Probably your muttrc was correctly guessed as written in Latin-1
charset, and vim has then shown you the nbkspc converted to your UTF-8
display.
> it would be preferable if mutt failed a bit more gracefully when
> invalid characters were present in index_format.
And what about setting $config_charset=iso-8859-1, which while
reading muttrc will convert on-the-fly the nbkspc to its UTF-8 coding?
Bye! Alain.
--
When you want to reply to a mailing list, please avoid doing so from a
digest. This often builds incorrect references and breaks threads.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]