1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-04 11:00:45 -08:00

Add support for the Wancho script (bug#58159)

* lisp/language/indian.el ("Wancho"): New language environment.
Add sample text and input method.
* lisp/international/fontset.el (script-representative-chars)
(setup-default-fontset): Support Wancho.
* lisp/leim/quail/indian.el ("wancho"): New input method.

* etc/HELLO: Add a Wancho greeting.
* etc/NEWS: Announce the new language environment.
This commit is contained in:
समीर सिंह Sameer Singh 2022-09-29 16:33:10 +05:30 committed by Eli Zaretskii
parent 4577542eea
commit 0f94e62d7e
5 changed files with 92 additions and 1 deletions

View file

@ -266,6 +266,17 @@ Meetei language and its script Meetei Mayek are supported in this
language environment."))
'("Indian"))
(set-language-info-alist
"Wancho" '((charset unicode)
(coding-system utf-8)
(coding-priority utf-8)
(input-method . "wancho")
(sample-text . "Wancho (𞋒𞋀𞋉𞋃𞋕) 𞋂𞋈𞋛")
(documentation . "\
Wancho language and its script are supported in this language
environment."))
'("Indian"))
;; Replace mnemonic characters in REGEXP according to TABLE. TABLE is
;; an alist of (MNEMONIC-STRING . REPLACEMENT-STRING).