]> code.delx.au - gnu-emacs/commitdiff
("Turkish"): New language environment.
authorKenichi Handa <handa@m17n.org>
Mon, 20 Sep 1999 02:08:36 +0000 (02:08 +0000)
committerKenichi Handa <handa@m17n.org>
Mon, 20 Sep 1999 02:08:36 +0000 (02:08 +0000)
lisp/language/european.el

index 76268a538a895ea3ff010f9793f6b96f76e7f435..fca16db083261bad4f618557b283cf8b7a60402e 100644 (file)
@@ -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\e,M|\e(Brk\e,Mg\e(Be)       Merhaba")
+            (documentation . t)))
+
 ;;; european.el ends here