From: Kenichi Handa Date: Mon, 20 Sep 1999 02:08:36 +0000 (+0000) Subject: ("Turkish"): New language environment. X-Git-Tag: emacs-pretest-21.0.90~6669 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d22c4fb9600d88d96a1fc5716bd384cfa79b6ad2;p=emacs.git ("Turkish"): New language environment. --- diff --git a/lisp/language/european.el b/lisp/language/european.el index 76268a538a8..fca16db0832 100644 --- a/lisp/language/european.el +++ b/lisp/language/european.el @@ -250,4 +250,20 @@ but default input method is set to \"german-postfix\".")) (documentation . t)) '("European")) +;; For Turkish, the character set ISO-8859-9 (Latin-5) is used. But, +;; before the introduction of ISO-8859-9 in 1988, ISO-8859-3 (Latin-3) +;; was used for Turkish. Those who use Latin-3 for Turkish should use +;; "Latin-3" language environment. + +(set-language-info-alist + "Turkish" '((charset ascii latin-iso8859-9) + (coding-system iso-latin-5) + (coding-priority iso-latin-5) + (nonascii-translation . latin-iso8859-9) + (unibyte-syntax . "latin-5") + (unibyte-display . iso-latin-5) + (input-method . "turkish-postfix") + (sample-text . "Turkish (T,M|(Brk,Mg(Be) Merhaba") + (documentation . t))) + ;;; european.el ends here