Thanks!
-Jeppe Larsen
Add this to your .muttrc:
set charset=isolatin
Seems to display names with Danish characters fine. In case it doesn't for
you, try other charsets (iso-8859-1 or US-ASCII or your local one).
--
Sarunas Vancevicius
Well, thanks, but it didn't work. As said, I have allready try several
different values in i 'set charset'. The only changes I get when
changing the charset, is that sometimes instead of ?'s the signs are
displayed as \370 and so on.
You could probably fix this by changing your LC_CTYPE environment
variable.
Since I'm norwegian, my LC_CTYPE is set to no_NO. I guess da_DK would be
more appropriate for you. Try this (for i.e. bash, sh, ksh or zsh):
export LC_CTYPE=da_DK
Then run mutt. If it works, add it to your shells rc-file (i.e. .bashrc)
to make it permanent.
--
Magne Rodem
-Jeppe Larsen
In article <cfqng7$76f$1...@news.cybercity.dk>
Jeppe Larsen <ya...@hardware.dk> wrote:-
> [danish chars] from hotmail still had problems. Then I google'ed a
> litte and found this setting that solved that prolem too:
>| charset-hook US-ASCII iso-8859-1
Real character set in Hotmail mails appears to be more like CP-1252.
You may have better results with:
| charset-hook ^us-ascii$ windows-1252
Bye! Alain.
--
Mutt muttrc tip for mailing lists: set followup_to=yes and declare the list as
- subscribe ^list@ddress$ if you are subscribed and don't want courtesy copy.
- lists ^list@ddress$ if you are not subscribed or want a courtesy copy.