Mercurial > emacs
annotate lisp/language/tamil.el @ 83955:14bd8cfd94a6
Move here from ../../lispintro/
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Thu, 06 Sep 2007 04:02:55 +0000 |
parents | 9355f9b7bbff |
children | b5d3fc1c4afe f55f9811f5d7 |
rev | line source |
---|---|
49702 | 1 ;;; tamil.el --- Support for Tamil -*- coding: iso-2022-7bit; no-byte-compile: t -*- |
2 | |
75347 | 3 ;; Copyright (C) 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. |
49702 | 4 |
5 ;; Maintainer: KAWABATA, Taichi <batta@beige.ocn.ne.jp> | |
6 ;; Keywords: multilingual, Indian, Tamil | |
7 | |
8 ;; This file is part of GNU Emacs. | |
9 | |
10 ;; GNU Emacs is free software; you can redistribute it and/or modify | |
11 ;; it under the terms of the GNU General Public License as published by | |
78236
9355f9b7bbff
Switch license to GPLv3 or later.
Glenn Morris <rgm@gnu.org>
parents:
75347
diff
changeset
|
12 ;; the Free Software Foundation; either version 3, or (at your option) |
49702 | 13 ;; any later version. |
14 | |
15 ;; GNU Emacs is distributed in the hope that it will be useful, | |
16 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of | |
17 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
18 ;; GNU General Public License for more details. | |
19 | |
20 ;; You should have received a copy of the GNU General Public License | |
21 ;; along with GNU Emacs; see the file COPYING. If not, write to the | |
64085 | 22 ;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
23 ;; Boston, MA 02110-1301, USA. | |
49702 | 24 |
25 ;;; Commentary: | |
26 | |
27 ;; This file defines language-info of Tamil script. | |
28 | |
29 ;;; Code: | |
30 | |
31 (set-language-info-alist | |
32 "Tamil" '((charset mule-unicode-0100-24ff indian-glyph ) | |
33 (coding-system utf-8) | |
34 (coding-priority utf-8) | |
35 (input-method . "tamil-itrans") | |
36 (features tml-util) | |
37 (documentation . "\ | |
49721 | 38 South Indian Language Tamil supported in this language environment.")) |
49702 | 39 '("Indian")) |
40 | |
41 (provide 'tamil) | |
42 | |
52401 | 43 ;;; arch-tag: 2201ac78-7d1e-4674-9bcb-9923c7a2bd9c |
49702 | 44 ;;; tamil.el ends here |