unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Peter Dyballa <Peter_Dyballa@web.de>
Cc: help-gnu-emacs@gnu.org
Subject: Re: Emacs Turkish Support
Date: Mon, 9 Jan 2006 13:00:15 +0100	[thread overview]
Message-ID: <4DF6041C-6E2C-43F3-878E-DFC60EC04968@Web.DE> (raw)
In-Reply-To: <1136752198.840060.208250@g47g2000cwa.googlegroups.com>


Am 08.01.2006 um 21:29 schrieb mdozturk@yahoo.com:

> 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)

--
Greetings

   Pete

"If builders built buildings the way programmers write programs, then
the first woodpecker that came along would destroy civilization."
                               -- Weinberg's Second Law.

  reply	other threads:[~2006-01-09 12:00 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-01-08 20:29 Emacs Turkish Support mdozturk
2006-01-09 12:00 ` Peter Dyballa [this message]
     [not found] ` <mailman.460.1136818008.26925.help-gnu-emacs@gnu.org>
2006-01-10  2:21   ` mdozturk
2006-01-12 23:03   ` Stefan Monnier
2006-01-12 23:28     ` Ismael Valladolid Torres
     [not found]     ` <mailman.879.1137108639.26925.help-gnu-emacs@gnu.org>
2006-01-13  5:17       ` Stefan Monnier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4DF6041C-6E2C-43F3-878E-DFC60EC04968@Web.DE \
    --to=peter_dyballa@web.de \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).