summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--etc/HELLO2
-rw-r--r--lisp/language/cham.el7
2 files changed, 8 insertions, 1 deletions
diff --git a/etc/HELLO b/etc/HELLO
index dec3a775afb..9a1f5d30edd 100644
--- a/etc/HELLO
+++ b/etc/HELLO
@@ -30,6 +30,8 @@ Bengali (বাংলা) নমস্কার
Braille ⠓⠑⠇⠇⠕
Burmese (မြန်မာ) မင်္ဂလာပါ
C printf ("Hello, world!\n");
+Cham (ꨌꩌ) ꨦꨤꩌ ꨦꨰꨁ
+
Cherokee (ᏣᎳᎩ ᎦᏬᏂᎯᏍᏗ) ᎣᏏᏲ / ᏏᏲ
Comanche /kəˈmæntʃiː/ Haa marʉ́awe
diff --git a/lisp/language/cham.el b/lisp/language/cham.el
index eef6d6f8f9f..194574f6a8e 100644
--- a/lisp/language/cham.el
+++ b/lisp/language/cham.el
@@ -34,6 +34,11 @@
(set-language-info-alist
"Cham" '((charset unicode)
(coding-system utf-8)
- (coding-priority utf-8)))
+ (coding-priority utf-8)
+ (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)