Hello, I have a problem of locales and charsets or one of those.
When I recieve an email with some accents it is displayed correct but when I reply it, in the editor, they are changed to rares characters. But when i'm editing the mail I can use accents correct and send it correct. It only happens when I push the reply key and start de editor that the characters are changed to rare characters. I use vim as editor. my system locales are: lang=es...@euro LANGUAGE=ca:es:en LC_CTYPE="es...@euro" LC_NUMERIC="es...@euro" LC_TIME="es...@euro" LC_COLLATE="es...@euro" LC_MONETARY="es...@euro" LC_MESSAGES="es...@euro" LC_PAPER="es...@euro" LC_NAME="es...@euro" LC_ADDRESS="es...@euro" LC_TELEPHONE="es...@euro" LC_MEASUREMENT="es...@euro" LC_IDENTIFICATION="es...@euro" LC_ALL= in the .muttrc I have tried with different carset options: - set charset="iso-8859-1" - set charset="utf-8" - and with charset not defined. and locale option is not set. Any ideas? thank you