Typo.
[bpt/emacs.git] / lisp / language / kannada.el
CommitLineData
6b61353c
KH
1;;; kannada.el --- Support for Kannada -*- coding: iso-2022-7bit; no-byte-compile: t -*-
2
38141d20
GM
3;; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008
4;; Free Software Foundation, Inc.
6b61353c
KH
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
b4aa6026 13;; the Free Software Foundation; either version 3, or (at your option)
6b61353c
KH
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
3a35cf56
LK
23;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
24;; Boston, MA 02110-1301, USA.
6b61353c
KH
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)
40 (sample-text
41 . (kannada-compose-string
42 (copy-sequence "Kannada (\e$,1>u?(?M?(?!\e(B) \e$,1?(?.?8?M>u?>?0\e(B")))
43 (documentation . "\
44Kannada language and script is supported in this language
45environment."))
46 '("Indian"))
47
48;; For automatic composition.
49(set-char-table-range composition-function-table '(#x0c80 . #x0cff)
ba6c24f0 50 '(("[\x0c80-\x0CFF]+" . font-shape-text)))
6b61353c
KH
51
52(provide 'kannada)
53
54;;; arch-tag: 880ba90b-f6f5-4131-bc1d-930705b78416
55;;; kannada.el ends here