help-gnu-emacs
[Top][All Lists]
Advanced

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

[Carbon] Correct display of iso-8859-1 characters


From: Gian Uberto Lauri
Subject: [Carbon] Correct display of iso-8859-1 characters
Date: Sun, 11 Jul 2004 16:32:00 +0200

It's a fault in my configuration I suppose. 

So, what should I put in my .emacs to display correctly ISO 8859 characters ?
I use the International English keyboard and language.

I tried without success:

(progn (set-language-environment "Latin-1")
(set-frame-font "fontset-mac")
(set-keyboard-coding-system 'mac-roman)
(set-selection-coding-system 'mac-roman)
(setq file-name-coding-system 'utf-8)
(require 'ucs-tables)
(unify-8859-on-encoding-mode 1)
(unify-8859-on-decoding-mode 1)
(prefer-coding-system 'latin-9)
(prefer-coding-system 'latin-1)
(prefer-coding-system 'utf-8))

and 

(set-keyboard-coding-system 'iso-8859-1)
(set-frame-font "fontset-mac")
(set-terminal-coding-system 'iso-8859-1)
(set-language-environment 'Italian)

-- 
 /\            ___
/___/\__|_|\_|__|___Gian Uberto Lauri_____________________
  //--\ | | \|  |   Integralista GNUslamico e fancazzista 
\/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]