* lisp/language/indian.el ("Toto"): New language environment.
Add input method.
* lisp/international/fontset.el (script-representative-chars):
Support Toto.
* lisp/leim/quail/indian.el ("toto"): New input method.
* etc/NEWS: Announce the new language environment.
Adlam script and language environment
Mende Kikakui script and language environment
Wancho script and language environment
+Toto script and language environment
---
*** The "Oriya" language environment was renamed to "Odia".
(tai-xuan-jing-symbol #x1D300)
(counting-rod-numeral #x1D360)
(nyiakeng-puachue-hmong #x1e100)
- (toto #x1E290)
+ (toto #x1E290 #x1E295 #x1E2AD)
(wancho #x1E2C0 #x1E2E8 #x1E2EF)
(nag-mundari #x1E4D0 #x1E4EB #x1E4F0)
(mende-kikakui #x1E810 #x1E8A6)
environment."))
'("Indian"))
+(set-language-info-alist
+ "Toto" '((charset unicode)
+ (coding-system utf-8)
+ (coding-priority utf-8)
+ (input-method . "toto")
+ (documentation . "\
+Toto 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).
("m" ?𞋘)
("M" ?𞋨))
+(quail-define-package
+ "toto" "Toto" "𞊒𞊪" nil "Toto phonetic input method."
+ nil t t t t nil nil nil nil nil t)
+
+(quail-define-rules
+ ("q" ?𞊫)
+ ("Q" ?𞊬)
+ ("w" ?𞊜)
+ ("e" ?𞊦)
+ ("E" ?𞊧)
+ ("r" ?𞊟)
+ ("t" ?𞊒)
+ ("y" ?𞊛)
+ ("u" ?𞊥)
+ ("i" ?𞊡)
+ ("I" ?𞊢)
+ ("o" ?𞊪)
+ ("p" ?𞊐)
+ ("a" ?𞊭)
+ ("s" ?𞊙)
+ ("d" ?𞊓)
+ ("f" ?𞊮)
+ ("g" ?𞊕)
+ ("h" ?𞊞)
+ ("j" ?𞊝)
+ ("k" ?𞊔)
+ ("l" ?𞊠)
+ ("z" ?𞊣)
+ ("Z" ?𞊤)
+ ("x" ?𞊨)
+ ("X" ?𞊩)
+ ("c" ?𞊚)
+ ("b" ?𞊑)
+ ("n" ?𞊗)
+ ("N" ?𞊘)
+ ("m" ?𞊖))
+
(provide 'indian)
;;; indian.el ends here