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

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

Re: UTF8


From: Stefan Monnier
Subject: Re: UTF8
Date: Tue, 20 Jan 2004 16:59:40 GMT
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

> (setq load-path (cons "/path/to/utf-8-input_file/" load-path))
> (prefer-coding-system 'utf-8)
> (set-terminal-coding-system 'utf-8)
> (set-selection-coding-system 'utf-8)
> (modify-coding-system-alist 'file "" 'utf-8)
> (setq default-enable-multibyte-characters t)
> (load-library "utf-8-input")
> (setq default-input-method 'utf-8-input)

Of course, seeing the above list, you should think "hmm, all this just to
use utf-8, there must be a better way".
At which point you might discover set-language-environment.


        Stefan


reply via email to

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