Mercurial > emacs
comparison lisp/language/european.el @ 25773:20234157d093
("Turkish"): New language environment.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Mon, 20 Sep 1999 02:08:36 +0000 |
parents | ca7c320ed896 |
children | e84e2bf4f9fb |
comparison
equal
deleted
inserted
replaced
25772:1902e7e63fa7 | 25773:20234157d093 |
---|---|
248 (tutorial . "TUTORIAL.sl") | 248 (tutorial . "TUTORIAL.sl") |
249 (sample-text . ",B.(Belimo vam uspe,B9(Ben dan!") | 249 (sample-text . ",B.(Belimo vam uspe,B9(Ben dan!") |
250 (documentation . t)) | 250 (documentation . t)) |
251 '("European")) | 251 '("European")) |
252 | 252 |
253 ;; For Turkish, the character set ISO-8859-9 (Latin-5) is used. But, | |
254 ;; before the introduction of ISO-8859-9 in 1988, ISO-8859-3 (Latin-3) | |
255 ;; was used for Turkish. Those who use Latin-3 for Turkish should use | |
256 ;; "Latin-3" language environment. | |
257 | |
258 (set-language-info-alist | |
259 "Turkish" '((charset ascii latin-iso8859-9) | |
260 (coding-system iso-latin-5) | |
261 (coding-priority iso-latin-5) | |
262 (nonascii-translation . latin-iso8859-9) | |
263 (unibyte-syntax . "latin-5") | |
264 (unibyte-display . iso-latin-5) | |
265 (input-method . "turkish-postfix") | |
266 (sample-text . "Turkish (T,M|(Brk,Mg(Be) Merhaba") | |
267 (documentation . t))) | |
268 | |
253 ;;; european.el ends here | 269 ;;; european.el ends here |