From: Eli Zaretskii Date: Sat, 16 Jan 2021 14:54:01 +0000 (+0200) Subject: Improve support for Cham script X-Git-Tag: emacs-28.0.90~4252 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=378ce65a0d26347cb6f25237650f2c8ba9b37bcf;p=emacs.git Improve support for Cham script * lisp/language/cham.el ("Cham"): Expand the entry. * etc/HELLO: Add entry for Cham. --- 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)