Hi Erik, <snipped> > $ locale > LANG=en_AU.utf8 > LC_CTYPE="en_AU.utf8" > etc. > > And Vim is supposed to default to utf-8 these days. So now lets' try to > find out why we're triggering the google groups deficiency: > > OK, what is Vim set to while composing this post?: > : set fenc ? > fileencoding=utf-8 > > So the post should be leaving Vim as utf-8. > OK, is mutt changing that to ISO-8859-1 behind the scenes?:
I guess the smtp server is changing your charset... > :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 <snipped> Regards, Bert -- 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
