Re: console special chars
Salut Fabien,
 On Friday, November 26, 2004 at 9:24:32 AM +0100, Fabien Wernli wrote:
> All my locales are set to en_US.UTF-8: All non-ascii chars are garbled
> in the console, but work fine in an xterm window.
    Charset in the Linux console depends on mode and font loaded. You
could try something as:
| case "${TERM}" in
|   xterm)
|     export LANG=fr_FR.UTF-8 ;;
|   linux-latin-9)
|     export LANG=fr_FR.ISO-8859-15@euro ;;
|   *)
|     export LANG=fr_FR.ISO-8859-1 ;;
| esac
| export LC_COLLATE=C
| export LC_MESSAGES=C
    And drop setting $charset from muttrc.
> they appear in the form of ascii codes \2034 :()
    Really?
Bye!    Alain.
-- 
When you want to reply to a mailing list, please avoid doing so with
Microsoft-Entourage/11. This lacks necessary references and breaks threads.