On Wed, June 15, 2011 3:38 pm, Erik Christiansen wrote:
> So the post should be leaving Vim as utf-8.
> OK, is mutt changing that to ISO-8859-1 behind the scenes?:
> :r !grep char ~/.muttrc         # shows us:
> # For M$_char_crap, use:                                       (Kyle)
> charset-hook ^unknown-8bit$     WINDOWS-1252
> charset-hook ^x-user-defined$   WINDOWS-1252
> charset-hook ^iso-8859-1$       WINDOWS-1252
> charset-hook ^us-ascii$         WINDOWS-1252
> charset-hook US-ASCII     ISO-8859-1
> charset-hook x-unknown    ISO-8859-1
>
> Well if it is, then I'm not seeing it. (It's sneaking up on midnight
> here, so I'll look later at how this post comes back from the
> listserver. Maybe there's a clue there.)

Look for the charset variables. Most probably its something like this:

set send_charset="us-ascii:iso-8859-15:utf-8"

which would use the first encoding in which the message "fits".

regards,
Christian

-- 
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

Reply via email to