From 0f94e62d7ef51c486956caa933f7cd5d21e4881b Mon Sep 17 00:00:00 2001 From: समीर सिंह Sameer Singh Date: Thu, 29 Sep 2022 16:33:10 +0530 Subject: 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. --- lisp/language/indian.el | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'lisp/language') 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). -- cgit v1.2.3