diff options
author | समीर सिंह Sameer Singh <lumarzeli30@gmail.com> | 2022-09-29 16:33:10 +0530 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2022-09-29 16:12:13 +0300 |
commit | 0f94e62d7ef51c486956caa933f7cd5d21e4881b (patch) | |
tree | 5e70cf256d29936f8034301be7399b6d0c7827a7 /lisp/language | |
parent | 4577542eea273d4d30e4d987071225f4e19a4c19 (diff) | |
download | emacs-0f94e62d7ef51c486956caa933f7cd5d21e4881b.tar.gz emacs-0f94e62d7ef51c486956caa933f7cd5d21e4881b.tar.bz2 emacs-0f94e62d7ef51c486956caa933f7cd5d21e4881b.zip |
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.
Diffstat (limited to 'lisp/language')
-rw-r--r-- | lisp/language/indian.el | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lisp/language/indian.el b/lisp/language/indian.el index 81b7cbd99bf..bc8f5328573 100644 --- a/lisp/language/indian.el +++ b/lisp/language/indian.el @@ -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). |