aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Drozd2019-07-13 12:04:05 -0500
committerEli Zaretskii2019-07-14 09:29:54 +0300
commit262577f72421d1af53d905683879d7b3dde68596 (patch)
tree262b9119b565d9e633d85743e5dfdca614fa14f9
parent1803d84f43db960b7ff049742813f622b4f59893 (diff)
downloademacs-262577f72421d1af53d905683879d7b3dde68596.tar.gz
emacs-262577f72421d1af53d905683879d7b3dde68596.zip
* lisp/leim/quail/georgian.el: Add georgian-nuskhuri input method
-rw-r--r--lisp/leim/quail/georgian.el48
1 files changed, 48 insertions, 0 deletions
diff --git a/lisp/leim/quail/georgian.el b/lisp/leim/quail/georgian.el
index 52f035f95d9..a1cdb584653 100644
--- a/lisp/leim/quail/georgian.el
+++ b/lisp/leim/quail/georgian.el
@@ -28,6 +28,8 @@
28;; <mleisher@crl.nmsu.edu>. 28;; <mleisher@crl.nmsu.edu>.
29;; 29;;
30;; - QWERTY-based Georgian. 30;; - QWERTY-based Georgian.
31;;
32;; - QWERTY-based Nuskhuri script.
31 33
32;;; Code: 34;;; Code:
33 35
@@ -131,4 +133,50 @@
131 ("G" ?ჷ) 133 ("G" ?ჷ)
132 ) 134 )
133 135
136(quail-define-package
137 "georgian-nuskhuri" "Georgian" "ⴌ" t
138 "Nuskhuri Georgian (QWERTY-based)."
139 nil t nil nil t nil nil nil nil nil t)
140
141(quail-define-rules
142 ("a" ?ⴀ)
143 ("b" ?ⴁ)
144 ("g" ?ⴂ)
145 ("d" ?ⴃ)
146 ("e" ?ⴄ)
147 ("v" ?ⴅ)
148 ("z" ?ⴆ)
149 ("T" ?ⴇ)
150 ("i" ?ⴈ)
151 ("k" ?ⴉ)
152 ("l" ?ⴊ)
153 ("m" ?ⴋ)
154 ("n" ?ⴌ)
155 ("o" ?ⴍ)
156 ("p" ?ⴎ)
157 ("J" ?ⴏ)
158 ("r" ?ⴐ)
159 ("s" ?ⴑ)
160 ("t" ?ⴒ)
161 ("u" ?ⴓ)
162 ("f" ?ⴔ)
163 ("q" ?ⴕ)
164 ("R" ?ⴖ)
165 ("y" ?ⴗ)
166 ("S" ?ⴘ)
167 ("C" ?ⴙ)
168 ("c" ?ⴚ)
169 ("Z" ?ⴛ)
170 ("w" ?ⴜ)
171 ("W" ?ⴝ)
172 ("x" ?ⴞ)
173 ("j" ?ⴟ)
174 ("h" ?ⴠ)
175 ("X" ?ⴤ)
176 ("H" ?ⴡ)
177 ("K" ?ⴥ)
178 ("I" ?ⴢ)
179 ("V" ?ⴣ)
180 )
181
134;;; georgian.el ends here 182;;; georgian.el ends here