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

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

Re: Emacs Turkish Support


From: Ismael Valladolid Torres
Subject: Re: Emacs Turkish Support
Date: Fri, 13 Jan 2006 00:28:23 +0100
User-agent: Mutt/1.5.9i

Stefan Monnier escribe:
> >> 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,

You don't have locales on a Windows XP system.

Cordially, Ismael
-- 
Dropping science like when Galileo dropped his orange




reply via email to

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