Mercurial > emacs
annotate lisp/language/kannada.el @ 79745:5daf374c5116
Add 2008 to copyright years.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Mon, 07 Jan 2008 08:29:40 +0000 |
parents | b5d3fc1c4afe |
children | 606f2d163a64 |
rev | line source |
---|---|
53018 | 1 ;;; kannada.el --- Support for Kannada -*- coding: iso-2022-7bit; no-byte-compile: t -*- |
2 | |
79711 | 3 ;; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008 |
4 ;; Free Software Foundation, Inc. | |
53018 | 5 |
6 ;; Maintainer: CHOWKSEY, Kailash C. <klchxbec@m-net.arbornet.org> | |
7 ;; Keywords: multilingual, Indian, Kannada | |
8 | |
9 ;; This file is part of GNU Emacs. | |
10 | |
11 ;; GNU Emacs is free software; you can redistribute it and/or modify | |
12 ;; 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
|
13 ;; the Free Software Foundation; either version 3, or (at your option) |
53018 | 14 ;; any later version. |
15 | |
16 ;; GNU Emacs is distributed in the hope that it will be useful, | |
17 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of | |
18 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
19 ;; GNU General Public License for more details. | |
20 | |
21 ;; You should have received a copy of the GNU General Public License | |
22 ;; along with GNU Emacs; see the file COPYING. If not, write to the | |
64085 | 23 ;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
24 ;; Boston, MA 02110-1301, USA. | |
53018 | 25 |
26 ;;; Commentary: | |
27 | |
28 ;; This file defines language-info of Kannada script. | |
29 | |
30 ;;; Code: | |
31 | |
32 (set-language-info-alist | |
33 "Kannada" '((charset mule-unicode-0100-24ff indian-is13194 | |
34 indian-2-column indian-glyph ;; comment out later | |
35 ) | |
36 (coding-system mule-utf-8) | |
37 (coding-priority mule-utf-8) | |
38 (input-method . "kannada-itrans") | |
39 (features knd-util) | |
53034
eb00830302e9
("Kannada"): Add sample-text.
Kenichi Handa <handa@m17n.org>
parents:
53022
diff
changeset
|
40 (sample-text |
eb00830302e9
("Kannada"): Add sample-text.
Kenichi Handa <handa@m17n.org>
parents:
53022
diff
changeset
|
41 . (kannada-compose-string |
eb00830302e9
("Kannada"): Add sample-text.
Kenichi Handa <handa@m17n.org>
parents:
53022
diff
changeset
|
42 (copy-sequence "Kannada (4$,43Ov#4z0$,1>u14$,44Kv#4zv#4M0$,1?(?M?(14$,43sv#4z0$,1?!1(B) 4$,44Kv#4z0$,1?(14$,44hv#4zv#40$,1?.14$,44qv#4{v#3Q0$,1?8?M>u?>14$,44av#4z0$,1?01(B"))) |
53018 | 43 (documentation . "\ |
44 Kannada language and script is supported in this language | |
45 environment.")) | |
46 '("Indian")) | |
47 | |
48 (provide 'kannada) | |
49 | |
53022 | 50 ;;; arch-tag: 880ba90b-f6f5-4131-bc1d-930705b78416 |
53018 | 51 ;;; kannada.el ends here |