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

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

Re: Emacs Turkish Support


From: Stefan Monnier
Subject: Re: Emacs Turkish Support
Date: Thu, 12 Jan 2006 18:03:36 -0500
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

>> I'm trying to create a Turkish website and I'm using emacs as an  editor
>> to edit my php/html files.  I decided to use utf-8 as the coding
>> method, windows XP supports the turkish q keyboard.

> How about:

>     (modify-coding-system-alist 'file "\\.html\\'" 'utf-8)
>     (modify-coding-system-alist 'process 'UTF-8 'UTF-8)
>        (setq default-terminal-coding-system    'utf-8)
>        (set-default-coding-systems             'utf-8)
>        (prefer-coding-system                   'utf-8)

In most cases, it is cleaner to just change one's locale, as in

   export LC_ALL=fr_CH.UTF-8

check `locale -a' to see which locales are available and figure which one
you want,


        Stefan


reply via email to

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