summaryrefslogtreecommitdiff
path: root/lisp/language/kannada.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/language/kannada.el')
-rw-r--r--lisp/language/kannada.el6
1 files changed, 5 insertions, 1 deletions
diff --git a/lisp/language/kannada.el b/lisp/language/kannada.el
index 01e90ea55b8..82b4860e3dc 100644
--- a/lisp/language/kannada.el
+++ b/lisp/language/kannada.el
@@ -38,12 +38,16 @@
(features knd-util)
(sample-text
. (kannada-compose-string
- (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")))
+ (copy-sequence "Kannada ($,1>u?(?M?(?!(B) $,1?(?.?8?M>u?>?0(B")))
(documentation . "\
Kannada language and script is supported in this language
environment."))
'("Indian"))
+;; For automatic composition.
+(set-char-table-range composition-function-table '(#x0c80 . #x0cff)
+ 'kannada-composition-function)
+
(provide 'kannada)
;;; arch-tag: 880ba90b-f6f5-4131-bc1d-930705b78416