* [Carbon] Correct display of iso-8859-1 characters
@ 2004-07-11 14:32 Gian Uberto Lauri
0 siblings, 0 replies; only message in thread
From: Gian Uberto Lauri @ 2004-07-11 14:32 UTC (permalink / raw)
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
\/
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2004-07-11 14:32 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-07-11 14:32 [Carbon] Correct display of iso-8859-1 characters Gian Uberto Lauri
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.