Philip Webb wrote:
> 070810 Alexander Skwar wrote:
> > You wrote: "(I've just been reading LeCarré)". Notice the
> > letters "é". This looks quite a lot like UTF-8 to me.
> > In your header, "you" are saying, that you don't use UTF-8,
> > though.
>
> I write e-mails with Gvim called up by Mutt (as now).
>   [...] 
>   termencoding -- character encoding used by the terminal
>       set tenc=utf-8

This suggests you are using a UTF-8 locale.  In such an environment, 
gvim produces UTF-8 encoded files.  Try with 'gvim text', enter just 
your Ctrl-V 233, save the file, and look at it with 'xxd text'.  If 
it shows c3a9, it's UTF-8.  If gvim should produce ISO-8859-1, then 
make sure to call it with LC_ALL=C.

(But that does not solve the actual bug: mutt should not advertise 
charset=iso-8859-1 when the message contains UTF-8.)

Benno
-- 
[EMAIL PROTECTED] mailing list

Reply via email to