* Andreas Hanke <andreas.ha...@r-kom.de> [2013-01-02 16:24:50 +0100]:
> Hi Sander, Hi other, > > thanks a lot for the feedback! > > I have the informations for you: > > 1.) the "wget -qO- http://8n1.org/utf8" returns the collect values. > > 2.) I have no charset config into my .muttrc > > 3.) ":set ?charset" in mutt returns "charset="utf-8"" > > 4.) ":set encoding" in vim return "encoding=utf-8" > > 5.) ":set fileencoding" in vim return "fileencoding=utf-8" > > > Thanks a lot to all! > > cheers andreas This message still came through as ISO-8859-1. When you updated your environment - /etc/environemt, or /etc/profile, or ~/.profile or ~/.bash_profile i.e. whatever shell profile file you use, did you re-source the file? for example: with ksh; ~/.profile export LANG=de_DE.UTF-8 Then `. ~/.profile` so the locale gets loaded into the environment. Or reboot (not necessary to do that). Jamie