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

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

Re: I need UTF-8


From: Pascal Bourguignon
Subject: Re: I need UTF-8
Date: Mon, 17 Apr 2006 04:51:29 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

Fredrik Bulow <kaliumfredrik@gmail.com> writes:
> I currently use Emacs 21 which appears to lack support for the UTF-8
> text encoding system. Unfortunately UTF support is a feature I really
> need since my mother tongue is one of those weird non-English
> languages. How do I make emacs support UTF?


Just put this in your ~/.emacs:

(setq default-process-coding-system  (cons 'mule-utf-8 'mule-utf-8))

There are also some other *coding-system variables you can customize
independently, and have a look at modify-coding-system-alist.

-- 
__Pascal Bourguignon__                     http://www.informatimago.com/

In a World without Walls and Fences, 
who needs Windows and Gates?


reply via email to

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