summaryrefslogtreecommitdiff
path: root/lisp/language/cham.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/language/cham.el')
-rw-r--r--lisp/language/cham.el8
1 files changed, 7 insertions, 1 deletions
diff --git a/lisp/language/cham.el b/lisp/language/cham.el
index eef6d6f8f9f..089988da918 100644
--- a/lisp/language/cham.el
+++ b/lisp/language/cham.el
@@ -34,6 +34,12 @@
(set-language-info-alist
"Cham" '((charset unicode)
(coding-system utf-8)
- (coding-priority utf-8)))
+ (coding-priority utf-8)
+ (input-method . "cham")
+ (sample-text . "Cham (ꨌꩌ)\tꨦꨤꩌ ꨦꨁꨰ")
+ (documentation . "\
+The Cham script is a Brahmic script used to write Cham,
+an Austronesian language spoken by some 245,000 Chams
+in Vietnam and Cambodia.")))
(provide 'cham)