[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Caratteri in mutt



Hi All,
	finalmente sono riuscito a configuare per benino pc portatile,
anche se ci sono ancora un sacco di cose da fare :)
Una fra queste, che mi sta facendo impazzire per tutto il pomeriggio, è
che mutt visualizza male i caratteri accentati.

In .muttrc ho messo i seguenti parametri (presi dal Quick Configuration
HOWTO di MrShark, su www.mrshar.it):

set allow_8bit                  # never do Q-P encoding on legal 8-bit chars
set arrow_cursor                # use -> instead of hiliting the whole line
set ascii_chars                 # use ASCII instead of ACS chars for threads
set charset = iso-8859-15       # character set for your terminal
set locale = "it_IT.ISO-8859-15"

# Corrupted MUAs' aliases
charset-hook US-ASCII     ISO-8859-1
charset-hook x-unknown    ISO-8859-1
charset-hook windows-1250 CP1250
charset-hook windows-1251 CP1251
charset-hook windows-1252 CP1252
charset-hook windows-1253 CP1253
charset-hook windows-1254 CP1254
charset-hook windows-1255 CP1255
charset-hook windows-1256 CP1256
charset-hook windows-1257 CP1257
charset-hook windows-1258 CP1258

In .bash_profile (sempre dal medesimo HOWTO):

# Language
LANGUAGE="it_IT.ISO-8859-15"
export LANG=$LANGUAGE
export LC_COLLATE=$LANGUAGE
export LC_CTYPE=$LANGUAGE
export LC_NUMERIC=$LANGUAGE
export LC_MONETARY=$LANGUAGE
export LC_MESSAGES=$LANGUAGE
export LC_TIME=$LANGUAGE
export LC_ALL=

export LESSCHARSET=latin1


Grazie in anticipo.

-- 
Fabio



Reply to: