Mercurial > emacs
annotate leim/quail/ethiopic.el @ 59077:294a7f7e3daf
(mode-line, mode-line-inactive): Use min-colors.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Thu, 23 Dec 2004 18:28:13 +0000 |
parents | 695cf19ef79e |
children | 23a17af379b1 375f2633d815 |
rev | line source |
---|---|
40710 | 1 ;;; ethiopic.el --- Quail package for inputting Ethiopic characters -*-coding: iso-2022-7bit;-*- |
18673 | 2 |
23033
f5b12a1c1d70
Fix several translation rules.
Kenichi Handa <handa@m17n.org>
parents:
22516
diff
changeset
|
3 ;; Copyright (C) 1997, 1998 Electrotechnical Laboratory, JAPAN. |
18673 | 4 ;; Licensed to the Free Software Foundation. |
5 | |
6 ;; Keywords: multilingual, input method, ethiopic | |
7 | |
8 ;; This file is part of GNU Emacs. | |
9 | |
10 ;; GNU Emacs is free software; you can redistribute it and/or modify | |
11 ;; it under the terms of the GNU General Public License as published by | |
12 ;; the Free Software Foundation; either version 2, or (at your option) | |
13 ;; any later version. | |
14 | |
15 ;; GNU Emacs is distributed in the hope that it will be useful, | |
16 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of | |
17 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
18 ;; GNU General Public License for more details. | |
19 | |
20 ;; You should have received a copy of the GNU General Public License | |
21 ;; along with GNU Emacs; see the file COPYING. If not, write to the | |
22 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, | |
23 ;; Boston, MA 02111-1307, USA. | |
24 | |
25 ;; Author: TAKAHASHI Naoto <ntakahas@etl.go.jp> | |
26 | |
38453
519983161a46
Some fixes to follow lisp coding conventions and typo fixes.
Pavel Janík <Pavel@Janik.cz>
parents:
36559
diff
changeset
|
27 ;;; Commentary: |
519983161a46
Some fixes to follow lisp coding conventions and typo fixes.
Pavel Janík <Pavel@Janik.cz>
parents:
36559
diff
changeset
|
28 |
18673 | 29 ;;; Code: |
30 | |
31 (require 'quail) | |
32 (require 'ethio-util) | |
49600
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
40710
diff
changeset
|
33 |
18673 | 34 ;; |
18965
7b3efca4f455
Change Quail package name to "ethiopic".
Kenichi Handa <handa@m17n.org>
parents:
18673
diff
changeset
|
35 ;; The package "ethiopic" |
18673 | 36 ;; |
37 | |
38 (quail-define-package | |
39 "ethiopic" "Ethiopic" | |
20166
e26933e2b3e8
The title string of input method "Ethiopic"
Kenichi Handa <handa@m17n.org>
parents:
19856
diff
changeset
|
40 '("$(3$Q#U!.(B " |
18673 | 41 (ethio-prefer-ascii-space "_" "$(3$h(B") |
42 (ethio-prefer-ascii-punctuation "." "$(3$i(B")) | |
36559
37e6db283e2c
("ethiopic"): Docstring adjusted for the change of the speicial key
Kenichi Handa <handa@m17n.org>
parents:
24846
diff
changeset
|
43 t " Quail package for Ethiopic (Tigrigna and Amharic) |
19856
18197e422b9f
Don't bind keys in quail-mode-map. The
Kenichi Handa <handa@m17n.org>
parents:
19650
diff
changeset
|
44 |
36559
37e6db283e2c
("ethiopic"): Docstring adjusted for the change of the speicial key
Kenichi Handa <handa@m17n.org>
parents:
24846
diff
changeset
|
45 When you are in Ethiopic language environment, the following special |
37e6db283e2c
("ethiopic"): Docstring adjusted for the change of the speicial key
Kenichi Handa <handa@m17n.org>
parents:
24846
diff
changeset
|
46 keys are available. |
18673 | 47 |
36559
37e6db283e2c
("ethiopic"): Docstring adjusted for the change of the speicial key
Kenichi Handa <handa@m17n.org>
parents:
24846
diff
changeset
|
48 C-F9 or `M-x ethio-toggle-space' |
18673 | 49 Toggles space characters for keyboard input. The current mode is |
50 indicated in mode-line, whether by `_' (ASCII space) or `$(3$h(B' | |
51 (Ethiopic colon-like word separator). Even in the `$(3$h(B' mode, an | |
52 ASCII space is inserted if the point is preceded by `an Ethiopic | |
53 punctuation followed by zero or more ASCII spaces'. | |
54 | |
36559
37e6db283e2c
("ethiopic"): Docstring adjusted for the change of the speicial key
Kenichi Handa <handa@m17n.org>
parents:
24846
diff
changeset
|
55 S-F5 or `M-x ethio-toggle-punctuation' |
18673 | 56 Toggles ASCII punctuations and Ethiopic punctuations for keyboard input. |
57 The current mode is indicated by `.' (ASCII) or `$(3$i(B' (Ethiopic). | |
58 | |
19650
2ef4b730776d
("ethiopic"): Doc-sring fixed. Change the arg
Kenichi Handa <handa@m17n.org>
parents:
19093
diff
changeset
|
59 S-SPC or `M-x ethio-insert-ethio-space' |
18673 | 60 Always insert an Ethiopic word separator `$(3$h(B'. With a prefix number, |
61 insert that many word separators. | |
62 | |
19650
2ef4b730776d
("ethiopic"): Doc-sring fixed. Change the arg
Kenichi Handa <handa@m17n.org>
parents:
19093
diff
changeset
|
63 C-' or `M-x ethio-gemination' |
18673 | 64 Compose the character before the point with the Ethiopic gemination mark. |
65 If the characater is already composed, decompose it and remove the | |
66 gemination mark." | |
67 | |
19856
18197e422b9f
Don't bind keys in quail-mode-map. The
Kenichi Handa <handa@m17n.org>
parents:
19650
diff
changeset
|
68 ;; The following keys should work as defined in lisp/language/ethio-util, |
18197e422b9f
Don't bind keys in quail-mode-map. The
Kenichi Handa <handa@m17n.org>
parents:
19650
diff
changeset
|
69 ;; even during the translation. |
36559
37e6db283e2c
("ethiopic"): Docstring adjusted for the change of the speicial key
Kenichi Handa <handa@m17n.org>
parents:
24846
diff
changeset
|
70 '(([C-f9] . quail-execute-non-quail-command) |
37e6db283e2c
("ethiopic"): Docstring adjusted for the change of the speicial key
Kenichi Handa <handa@m17n.org>
parents:
24846
diff
changeset
|
71 ([S-f5] . quail-execute-non-quail-command) |
19856
18197e422b9f
Don't bind keys in quail-mode-map. The
Kenichi Handa <handa@m17n.org>
parents:
19650
diff
changeset
|
72 (" " . quail-execute-non-quail-command) |
18197e422b9f
Don't bind keys in quail-mode-map. The
Kenichi Handa <handa@m17n.org>
parents:
19650
diff
changeset
|
73 ([?\S- ] . quail-execute-non-quail-command) |
18197e422b9f
Don't bind keys in quail-mode-map. The
Kenichi Handa <handa@m17n.org>
parents:
19650
diff
changeset
|
74 ([?\C-'] . quail-execute-non-quail-command)) |
18673 | 75 t t) |
76 | |
77 (quail-define-rules | |
78 ("he" ?$(3!!(B) | |
79 ("hu" ?$(3!"(B) | |
80 ("hi" ?$(3!#(B) | |
81 ("ha" ?$(3!$(B) | |
82 ("hE" ?$(3!%(B) | |
24843
a555cf7d6f73
("ethiopic"): Add translation rules.
Kenichi Handa <handa@m17n.org>
parents:
23033
diff
changeset
|
83 ("hee" ?$(3!%(B) |
18673 | 84 ("h" ?$(3!&(B) |
85 ("ho" ?$(3!'(B) | |
86 ("hW" ?$(3"N(B) | |
87 ("hWa" ?$(3"N(B) | |
88 ("hWe" ?$(3"K(B) | |
89 ("hWu" ?$(3"P(B) | |
90 ("hWi" ?$(3"M(B) | |
91 ("hWE" ?$(3"O(B) | |
92 ("hW'" ?$(3"P(B) | |
93 | |
94 ("le" ?$(3!)(B) | |
95 ("lu" ?$(3!*(B) | |
96 ("li" ?$(3!+(B) | |
97 ("la" ?$(3!,(B) | |
98 ("lE" ?$(3!-(B) | |
24843
a555cf7d6f73
("ethiopic"): Add translation rules.
Kenichi Handa <handa@m17n.org>
parents:
23033
diff
changeset
|
99 ("lee" ?$(3!-(B) |
18673 | 100 ("l" ?$(3!.(B) |
101 ("lo" ?$(3!/(B) | |
102 ("lW" ?$(3!0(B) | |
103 ("lWa" ?$(3!0(B) | |
104 ("lWe" ["$(3!.%n(B"]) | |
105 ("lWu" ["$(3!.%r(B"]) | |
106 ("lWi" ["$(3!.%o(B"]) | |
107 ("lWE" ["$(3!.%q(B"]) | |
108 ("lW'" ["$(3!.%r(B"]) | |
109 | |
110 ("Le" ?$(3!)(B) | |
111 ("Lu" ?$(3!*(B) | |
112 ("Li" ?$(3!+(B) | |
113 ("La" ?$(3!,(B) | |
114 ("LE" ?$(3!-(B) | |
24843
a555cf7d6f73
("ethiopic"): Add translation rules.
Kenichi Handa <handa@m17n.org>
parents:
23033
diff
changeset
|
115 ("Lee" ?$(3!-(B) |
18673 | 116 ("L" ?$(3!.(B) |
117 ("Lo" ?$(3!/(B) | |
118 ("LW" ?$(3!0(B) | |
119 ("LWa" ?$(3!0(B) | |
120 ("LWe" ["$(3!.%n(B"]) | |
121 ("LWu" ["$(3!.%r(B"]) | |
122 ("LWi" ["$(3!.%o(B"]) | |
123 ("LWE" ["$(3!.%q(B"]) | |
124 ("LW'" ["$(3!.%r(B"]) | |
125 | |
126 ("He" ?$(3!1(B) | |
127 ("Hu" ?$(3!2(B) | |
128 ("Hi" ?$(3!3(B) | |
129 ("Ha" ?$(3!4(B) | |
130 ("HE" ?$(3!5(B) | |
24843
a555cf7d6f73
("ethiopic"): Add translation rules.
Kenichi Handa <handa@m17n.org>
parents:
23033
diff
changeset
|
131 ("Hee" ?$(3!5(B) |
18673 | 132 ("H" ?$(3!6(B) |
133 ("Ho" ?$(3!7(B) | |
134 ("HW" ?$(3!8(B) | |
135 ("HWa" ?$(3!8(B) | |
136 ("HWe" ["$(3!6%n(B"]) | |
137 ("HWu" ["$(3!6%r(B"]) | |
138 ("HWi" ["$(3!6%o(B"]) | |
139 ("HWE" ["$(3!6%q(B"]) | |
140 ("HW'" ["$(3!6%r(B"]) | |
141 | |
142 ("me" ?$(3!9(B) | |
143 ("mu" ?$(3!:(B) | |
144 ("mi" ?$(3!;(B) | |
145 ("ma" ?$(3!<(B) | |
146 ("mE" ?$(3!=(B) | |
24843
a555cf7d6f73
("ethiopic"): Add translation rules.
Kenichi Handa <handa@m17n.org>
parents:
23033
diff
changeset
|
147 ("mee" ?$(3!=(B) |
18673 | 148 ("m" ?$(3!>(B) |
149 ("mo" ?$(3!?(B) | |
150 ("mWe" ?$(3%1(B) | |
151 ("mWu" ?$(3%a(B) | |
152 ("mWi" ?$(3%A(B) | |
153 ("mW" ?$(3!@(B) | |
154 ("mWa" ?$(3!@(B) | |
155 ("mWE" ?$(3%Q(B) | |
24843
a555cf7d6f73
("ethiopic"): Add translation rules.
Kenichi Handa <handa@m17n.org>
parents:
23033
diff
changeset
|
156 ("mWee" ?$(3%Q(B) |
18673 | 157 ("mW'" ?$(3%a(B) |
158 ("mY" ?$(3$_(B) | |
159 ("mYa" ?$(3$_(B) | |
160 | |
161 ("Me" ?$(3!9(B) | |
162 ("Mu" ?$(3!:(B) | |
163 ("Mi" ?$(3!;(B) | |
164 ("Ma" ?$(3!<(B) | |
165 ("ME" ?$(3!=(B) | |
24843
a555cf7d6f73
("ethiopic"): Add translation rules.
Kenichi Handa <handa@m17n.org>
parents:
23033
diff
changeset
|
166 ("Mee" ?$(3!=(B) |
18673 | 167 ("M" ?$(3!>(B) |
168 ("Mo" ?$(3!?(B) | |
169 ("MWe" ?$(3%1(B) | |
170 ("MWu" ?$(3%a(B) | |
171 ("MWi" ?$(3%A(B) | |
172 ("MW" ?$(3!@(B) | |
173 ("MWa" ?$(3!@(B) | |
174 ("MWE" ?$(3%Q(B) | |
24843
a555cf7d6f73
("ethiopic"): Add translation rules.
Kenichi Handa <handa@m17n.org>
parents:
23033
diff
changeset
|
175 ("MWee" ?$(3%Q(B) |
18673 | 176 ("MW'" ?$(3%a(B) |
177 ("MY" ?$(3$_(B) | |
178 ("MYa" ?$(3$_(B) | |
179 | |
180 ("`se" ?$(3!A(B) | |
181 ("`su" ?$(3!B(B) | |
182 ("`si" ?$(3!C(B) | |
183 ("`sa" ?$(3!D(B) | |
184 ("`sE" ?$(3!E(B) | |
24843
a555cf7d6f73
("ethiopic"): Add translation rules.
Kenichi Handa <handa@m17n.org>
parents:
23033
diff
changeset
|
185 ("`see" ?$(3!E(B) |
18673 | 186 ("`s" ?$(3!F(B) |
187 ("`so" ?$(3!G(B) | |
188 ("`sW" ?$(3!H(B) | |
189 ("`sWa" ?$(3!H(B) | |
190 ("`sWe" ["$(3!F%n(B"]) | |
191 ("`sWu" ["$(3!F%r(B"]) | |
192 ("`sWi" ["$(3!F%o(B"]) | |
193 ("`sWE" ["$(3!F%q(B"]) | |
24843
a555cf7d6f73
("ethiopic"): Add translation rules.
Kenichi Handa <handa@m17n.org>
parents:
23033
diff
changeset
|
194 ("`sWee" ["$(3!F%q(B"]) |
18673 | 195 ("`sW'" ["$(3!F%r(B"]) |
196 | |
197 ("s2e" ?$(3!A(B) | |
198 ("s2u" ?$(3!B(B) | |
199 ("s2i" ?$(3!C(B) | |
200 ("s2a" ?$(3!D(B) | |
201 ("s2E" ?$(3!E(B) | |
24843
a555cf7d6f73
("ethiopic"): Add translation rules.
Kenichi Handa <handa@m17n.org>
parents:
23033
diff
changeset
|
202 ("s2ee" ?$(3!E(B) |
18673 | 203 ("s2" ?$(3!F(B) |
204 ("s2o" ?$(3!G(B) | |
205 ("s2W" ?$(3!H(B) | |
206 ("s2Wa" ?$(3!H(B) | |
207 ("s2We" ["$(3!F%n(B"]) | |
208 ("s2Wu" ["$(3!F%r(B"]) | |
209 ("s2Wi" ["$(3!F%o(B"]) | |
210 ("s2WE" ["$(3!F%q(B"]) | |
24843
a555cf7d6f73
("ethiopic"): Add translation rules.
Kenichi Handa <handa@m17n.org>
parents:
23033
diff
changeset
|
211 ("s2Wee" ["$(3!F%q(B"]) |
18673 | 212 ("s2W'" ["$(3!F%r(B"]) |
213 | |
214 ("sse" ?$(3!A(B) | |
215 ("ssu" ?$(3!B(B) | |
216 ("ssi" ?$(3!C(B) | |
217 ("ssa" ?$(3!D(B) | |
218 ("ssE" ?$(3!E(B) | |
24843
a555cf7d6f73
("ethiopic"): Add translation rules.
Kenichi Handa <handa@m17n.org>
parents:
23033
diff
changeset
|
219 ("ssee" ?$(3!E(B) |
18673 | 220 ("ss" ?$(3!F(B) |
221 ("sso" ?$(3!G(B) | |
222 ("ssW" ?$(3!H(B) | |
223 ("ssWa" ?$(3!H(B) | |
224 ("ssWe" ["$(3!F%n(B"]) | |
225 ("ssWu" ["$(3!F%r(B"]) | |
226 ("ssWi" ["$(3!F%o(B"]) | |
227 ("ssWE" ["$(3!F%q(B"]) | |
24843
a555cf7d6f73
("ethiopic"): Add translation rules.
Kenichi Handa <handa@m17n.org>
parents:
23033
diff
changeset
|
228 ("ssWee" ["$(3!F%q(B"]) |
18673 | 229 ("ssW'" ["$(3!F%r(B"]) |
230 | |
231 ("re" ?$(3!I(B) | |
232 ("ru" ?$(3!J(B) | |
233 ("ri" ?$(3!K(B) | |
234 ("ra" ?$(3!L(B) | |
235 ("rE" ?$(3!M(B) | |
24843
a555cf7d6f73
("ethiopic"): Add translation rules.
Kenichi Handa <handa@m17n.org>
parents:
23033
diff
changeset
|
236 ("ree" ?$(3!M(B) |
18673 | 237 ("r" ?$(3!N(B) |
238 ("ro" ?$(3!O(B) | |
239 ("rW" ?$(3!P(B) | |
240 ("rWa" ?$(3!P(B) | |
241 ("rY" ?$(3$`(B) | |
242 ("rYa" ?$(3$`(B) | |
243 ("rWe" ["$(3!N%n(B"]) | |
244 ("rWu" ["$(3!N%r(B"]) | |
245 ("rWi" ["$(3!N%o(B"]) | |
246 ("rWE" ["$(3!N%q(B"]) | |
24843
a555cf7d6f73
("ethiopic"): Add translation rules.
Kenichi Handa <handa@m17n.org>
parents:
23033
diff
changeset
|
247 ("rWee" ["$(3!N%q(B"]) |
18673 | 248 ("rW'" ["$(3!N%r(B"]) |
249 | |
250 ("Re" ?$(3!I(B) | |
251 ("Ru" ?$(3!J(B) | |
252 ("Ri" ?$(3!K(B) | |
253 ("Ra" ?$(3!L(B) | |
254 ("RE" ?$(3!M(B) | |
24843
a555cf7d6f73
("ethiopic"): Add translation rules.
Kenichi Handa <handa@m17n.org>
parents:
23033
diff
changeset
|
255 ("Ree" ?$(3!M(B) |
18673 | 256 ("R" ?$(3!N(B) |
257 ("Ro" ?$(3!O(B) | |
258 ("RW" ?$(3!P(B) | |
259 ("RWa" ?$(3!P(B) | |
260 ("RYa" ?$(3$`(B) | |
261 ("RWe" ["$(3!N%n(B"]) | |
262 ("RWu" ["$(3!N%r(B"]) | |
263 ("RWi" ["$(3!N%o(B"]) | |
264 ("RWE" ["$(3!N%q(B"]) | |
24843
a555cf7d6f73
("ethiopic"): Add translation rules.
Kenichi Handa <handa@m17n.org>
parents:
23033
diff
changeset
|
265 ("RWee" ["$(3!N%q(B"]) |
18673 | 266 ("RW'" ["$(3!N%r(B"]) |
267 | |
268 ("se" ?$(3!Q(B) | |
269 ("su" ?$(3!R(B) | |
270 ("si" ?$(3!S(B) | |
271 ("sa" ?$(3!T(B) | |
272 ("sE" ?$(3!U(B) | |
24843
a555cf7d6f73
("ethiopic"): Add translation rules.
Kenichi Handa <handa@m17n.org>
parents:
23033
diff
changeset
|
273 ("see" ?$(3!U(B) |
18673 | 274 ("s" ?$(3!V(B) |
275 ("so" ?$(3!W(B) | |
276 ("sW" ?$(3!X(B) | |
277 ("sWa" ?$(3!X(B) | |
278 ("sWe" ["$(3!V%n(B"]) | |
279 ("sWu" ["$(3!V%r(B"]) | |
280 ("sWi" ["$(3!V%o(B"]) | |
281 ("sWE" ["$(3!V%q(B"]) | |
24843
a555cf7d6f73
("ethiopic"): Add translation rules.
Kenichi Handa <handa@m17n.org>
parents:
23033
diff
changeset
|
282 ("sWee" ["$(3!V%q(B"]) |
18673 | 283 ("sW'" ["$(3!V%r(B"]) |
284 | |
285 ("xe" ?$(3!Y(B) | |
286 ("xu" ?$(3!Z(B) | |
287 ("xi" ?$(3![(B) | |
288 ("xa" ?$(3!\(B) | |
289 ("xE" ?$(3!](B) | |
24843
a555cf7d6f73
("ethiopic"): Add translation rules.
Kenichi Handa <handa@m17n.org>
parents:
23033
diff
changeset
|
290 ("xee" ?$(3!](B) |
18673 | 291 ("x" ?$(3!^(B) |
292 ("xo" ?$(3!_(B) | |
293 ("xW" ?$(3!`(B) | |
294 ("xWa" ?$(3!`(B) | |
295 ("xWe" ["$(3!^%n(B"]) | |
296 ("xWu" ["$(3!^%r(B"]) | |
297 ("xWi" ["$(3!^%o(B"]) | |
298 ("xWE" ["$(3!^%q(B"]) | |
24843
a555cf7d6f73
("ethiopic"): Add translation rules.
Kenichi Handa <handa@m17n.org>
parents:
23033
diff
changeset
|
299 ("xWee" ["$(3!^%q(B"]) |
18673 | 300 ("xW'" ["$(3!^%r(B"]) |
301 | |
302 ("qe" ?$(3!a(B) | |
303 ("qu" ?$(3!b(B) | |
304 ("qi" ?$(3!c(B) | |
305 ("qa" ?$(3!d(B) | |
306 ("qE" ?$(3!e(B) | |
24843
a555cf7d6f73
("ethiopic"): Add translation rules.
Kenichi Handa <handa@m17n.org>
parents:
23033
diff
changeset
|
307 ("qee" ?$(3!e(B) |
18673 | 308 ("q" ?$(3!f(B) |
309 ("qo" ?$(3!g(B) | |
310 ("qWe" ?$(3!i(B) | |
311 ("qWu" ?$(3!n(B) | |
312 ("qWi" ?$(3!k(B) | |
313 ("qW" ?$(3!l(B) | |
314 ("qWa" ?$(3!l(B) | |
315 ("qWE" ?$(3!m(B) | |
24843
a555cf7d6f73
("ethiopic"): Add translation rules.
Kenichi Handa <handa@m17n.org>
parents:
23033
diff
changeset
|
316 ("qWee" ?$(3!m(B) |
18673 | 317 ("qW'" ?$(3!n(B) |
318 | |
319 ("`qe" ?$(3%)(B) | |
320 ("`qu" ?$(3%*(B) | |
321 ("`qi" ?$(3%+(B) | |
322 ("`qa" ?$(3%,(B) | |
323 ("`qE" ?$(3%-(B) | |
24843
a555cf7d6f73
("ethiopic"): Add translation rules.
Kenichi Handa <handa@m17n.org>
parents:
23033
diff
changeset
|
324 ("`qee" ?$(3%-(B) |
18673 | 325 ("`q" ?$(3%.(B) |
326 ("`qo" ?$(3%/(B) | |
327 | |
328 ("q2e" ?$(3%)(B) | |
329 ("q2u" ?$(3%*(B) | |
330 ("q2i" ?$(3%+(B) | |
331 ("q2a" ?$(3%,(B) | |
332 ("q2E" ?$(3%-(B) | |
24843
a555cf7d6f73
("ethiopic"): Add translation rules.
Kenichi Handa <handa@m17n.org>
parents:
23033
diff
changeset
|
333 ("q2ee" ?$(3%-(B) |
18673 | 334 ("q2" ?$(3%.(B) |
335 ("q2o" ?$(3%/(B) | |
336 | |
337 ("qqe" ?$(3%)(B) | |
338 ("qqu" ?$(3%*(B) | |
339 ("qqi" ?$(3%+(B) | |
340 ("qqa" ?$(3%,(B) | |
341 ("qqE" ?$(3%-(B) | |
24843
a555cf7d6f73
("ethiopic"): Add translation rules.
Kenichi Handa <handa@m17n.org>
parents:
23033
diff
changeset
|
342 ("qqee" ?$(3%-(B) |
18673 | 343 ("qq" ?$(3%.(B) |
344 ("qqo" ?$(3%/(B) | |
49600
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
40710
diff
changeset
|
345 |
18673 | 346 ("Qe" ?$(3!q(B) |
347 ("Qu" ?$(3!r(B) | |
348 ("Qi" ?$(3!s(B) | |
349 ("Qa" ?$(3!t(B) | |
350 ("QE" ?$(3!u(B) | |
24843
a555cf7d6f73
("ethiopic"): Add translation rules.
Kenichi Handa <handa@m17n.org>
parents:
23033
diff
changeset
|
351 ("Qee" ?$(3!u(B) |
18673 | 352 ("Q" ?$(3!v(B) |
353 ("Qo" ?$(3!w(B) | |
354 ("QWe" ?$(3!y(B) | |
355 ("QWu" ?$(3!~(B) | |
356 ("QWi" ?$(3!{(B) | |
357 ("QW" ?$(3!|(B) | |
358 ("QWa" ?$(3!|(B) | |
359 ("QWE" ?$(3!}(B) | |
24843
a555cf7d6f73
("ethiopic"): Add translation rules.
Kenichi Handa <handa@m17n.org>
parents:
23033
diff
changeset
|
360 ("QWee" ?$(3!}(B) |
18673 | 361 ("QW'" ?$(3!~(B) |
362 | |
363 ("be" ?$(3"#(B) | |
364 ("bu" ?$(3"$(B) | |
365 ("bi" ?$(3"%(B) | |
366 ("ba" ?$(3"&(B) | |
367 ("bE" ?$(3"'(B) | |
24843
a555cf7d6f73
("ethiopic"): Add translation rules.
Kenichi Handa <handa@m17n.org>
parents:
23033
diff
changeset
|
368 ("bee" ?$(3"'(B) |
18673 | 369 ("b" ?$(3"((B) |
370 ("bo" ?$(3")(B) | |
371 ("bWe" ?$(3%2(B) | |
372 ("bWu" ?$(3%b(B) | |
373 ("bWi" ?$(3%B(B) | |
374 ("bW" ?$(3"*(B) | |
375 ("bWa" ?$(3"*(B) | |
376 ("bWE" ?$(3%R(B) | |
24843
a555cf7d6f73
("ethiopic"): Add translation rules.
Kenichi Handa <handa@m17n.org>
parents:
23033
diff
changeset
|
377 ("bWee" ?$(3%R(B) |
18673 | 378 ("bW'" ?$(3%b(B) |
379 | |
380 ("Be" ?$(3"#(B) | |
381 ("Bu" ?$(3"$(B) | |
382 ("Bi" ?$(3"%(B) | |
383 ("Ba" ?$(3"&(B) | |
384 ("BE" ?$(3"'(B) | |
24843
a555cf7d6f73
("ethiopic"): Add translation rules.
Kenichi Handa <handa@m17n.org>
parents:
23033
diff
changeset
|
385 ("Bee" ?$(3"'(B) |
18673 | 386 ("B" ?$(3"((B) |
387 ("Bo" ?$(3")(B) | |
388 ("BWe" ?$(3%2(B) | |
389 ("BWu" ?$(3%b(B) | |
390 ("BWi" ?$(3%B(B) | |
391 ("BW" ?$(3"*(B) | |
392 ("BWa" ?$(3"*(B) | |
393 ("BWE" ?$(3%R(B) | |
24843
a555cf7d6f73
("ethiopic"): Add translation rules.
Kenichi Handa <handa@m17n.org>
parents:
23033
diff
changeset
|
394 ("BWee" ?$(3%R(B) |
18673 | 395 ("BW'" ?$(3%b(B) |
396 | |
397 ("ve" ?$(3"+(B) | |
398 ("vu" ?$(3",(B) | |
399 ("vi" ?$(3"-(B) | |
400 ("va" ?$(3".(B) | |
401 ("vE" ?$(3"/(B) | |
24843
a555cf7d6f73
("ethiopic"): Add translation rules.
Kenichi Handa <handa@m17n.org>
parents:
23033
diff
changeset
|
402 ("vee" ?$(3"/(B) |
18673 | 403 ("v" ?$(3"0(B) |
404 ("vo" ?$(3"1(B) | |
405 ("vW" ?$(3"2(B) | |
406 ("vWa" ?$(3"2(B) | |
407 ("vWe" ["$(3"0%n(B"]) | |
408 ("vWu" ["$(3"0%r(B"]) | |
409 ("vWi" ["$(3"0%o(B"]) | |
410 ("vWE" ["$(3"0%q(B"]) | |
24843
a555cf7d6f73
("ethiopic"): Add translation rules.
Kenichi Handa <handa@m17n.org>
parents:
23033
diff
changeset
|
411 ("vWee" ["$(3"0%q(B"]) |
18673 | 412 ("vW'" ["$(3"0%r(B"]) |
413 | |
414 ("Ve" ?$(3"+(B) | |
415 ("Vu" ?$(3",(B) | |
416 ("Vi" ?$(3"-(B) | |
417 ("Va" ?$(3".(B) | |
418 ("VE" ?$(3"/(B) | |
24843
a555cf7d6f73
("ethiopic"): Add translation rules.
Kenichi Handa <handa@m17n.org>
parents:
23033
diff
changeset
|
419 ("Vee" ?$(3"/(B) |
18673 | 420 ("V" ?$(3"0(B) |
421 ("Vo" ?$(3"1(B) | |
422 ("VW" ?$(3"2(B) | |
423 ("VWa" ?$(3"2(B) | |
424 ("VWe" ["$(3"0%n(B"]) | |
425 ("VWu" ["$(3"0%r(B"]) | |
426 ("VWi" ["$(3"0%o(B"]) | |
427 ("VWE" ["$(3"0%q(B"]) | |
24843
a555cf7d6f73
("ethiopic"): Add translation rules.
Kenichi Handa <handa@m17n.org>
parents:
23033
diff
changeset
|
428 ("VWee" ["$(3"0%q(B"]) |
18673 | 429 ("VW'" ["$(3"0%r(B"]) |
430 | |
431 ("te" ?$(3"3(B) | |
432 ("tu" ?$(3"4(B) | |
433 ("ti" ?$(3"5(B) | |
434 ("ta" ?$(3"6(B) | |
435 ("tE" ?$(3"7(B) | |
24843
a555cf7d6f73
("ethiopic"): Add translation rules.
Kenichi Handa <handa@m17n.org>
parents:
23033
diff
changeset
|
436 ("tee" ?$(3"7(B) |
18673 | 437 ("t" ?$(3"8(B) |
438 ("to" ?$(3"9(B) | |
439 ("tW" ?$(3":(B) | |
440 ("tWa" ?$(3":(B) | |
441 ("tWe" ["$(3"8%n(B"]) | |
442 ("tWu" ["$(3"8%r(B"]) | |
443 ("tWi" ["$(3"8%o(B"]) | |
444 ("tWE" ["$(3"8%q(B"]) | |
24843
a555cf7d6f73
("ethiopic"): Add translation rules.
Kenichi Handa <handa@m17n.org>
parents:
23033
diff
changeset
|
445 ("tWee" ["$(3"8%q(B"]) |
18673 | 446 ("tW'" ["$(3"8%r(B"]) |
447 | |
448 ("ce" ?$(3";(B) | |
449 ("cu" ?$(3"<(B) | |
450 ("ci" ?$(3"=(B) | |
451 ("ca" ?$(3">(B) | |
452 ("cE" ?$(3"?(B) | |
24843
a555cf7d6f73
("ethiopic"): Add translation rules.
Kenichi Handa <handa@m17n.org>
parents:
23033
diff
changeset
|
453 ("cee" ?$(3"?(B) |
18673 | 454 ("c" ?$(3"@(B) |
455 ("co" ?$(3"A(B) | |
456 ("cW" ?$(3"B(B) | |
457 ("cWa" ?$(3"B(B) | |
458 ("cWe" ["$(3"@%n(B"]) | |
459 ("cWu" ["$(3"@%r(B"]) | |
460 ("cWi" ["$(3"@%o(B"]) | |
461 ("cWE" ["$(3"@%q(B"]) | |
24843
a555cf7d6f73
("ethiopic"): Add translation rules.
Kenichi Handa <handa@m17n.org>
parents:
23033
diff
changeset
|
462 ("cWee" ["$(3"@%q(B"]) |
18673 | 463 ("cW'" ["$(3"@%r(B"]) |
464 | |
465 ("`he" ?$(3"C(B) | |
466 ("`hu" ?$(3"D(B) | |
467 ("`hi" ?$(3"E(B) | |
468 ("`ha" ?$(3"F(B) | |
469 ("`hE" ?$(3"G(B) | |
24843
a555cf7d6f73
("ethiopic"): Add translation rules.
Kenichi Handa <handa@m17n.org>
parents:
23033
diff
changeset
|
470 ("`hee" ?$(3"G(B) |
18673 | 471 ("`h" ?$(3"H(B) |
472 ("`ho" ?$(3"I(B) | |
473 ("`hWe" ?$(3"K(B) | |
474 ("`hWu" ?$(3"P(B) | |
475 ("`hWi" ?$(3"M(B) | |
476 ("`hW" ?$(3"N(B) | |
477 ("`hWa" ?$(3"N(B) | |
478 ("`hWE" ?$(3"O(B) | |
24843
a555cf7d6f73
("ethiopic"): Add translation rules.
Kenichi Handa <handa@m17n.org>
parents:
23033
diff
changeset
|
479 ("`hWee" ?$(3"O(B) |
18673 | 480 ("`hW'" ?$(3"P(B) |
481 | |
482 ("h2e" ?$(3"C(B) | |
483 ("h2u" ?$(3"D(B) | |
484 ("h2i" ?$(3"E(B) | |
485 ("h2a" ?$(3"F(B) | |
486 ("h2E" ?$(3"G(B) | |
24843
a555cf7d6f73
("ethiopic"): Add translation rules.
Kenichi Handa <handa@m17n.org>
parents:
23033
diff
changeset
|
487 ("h2ee" ?$(3"G(B) |
18673 | 488 ("h2" ?$(3"H(B) |
489 ("h2o" ?$(3"I(B) | |
490 ("h2We" ?$(3"K(B) | |
491 ("h2Wu" ?$(3"P(B) | |
492 ("h2Wi" ?$(3"M(B) | |
493 ("h2W" ?$(3"N(B) | |
494 ("h2Wa" ?$(3"N(B) | |
495 ("h2WE" ?$(3"O(B) | |
24843
a555cf7d6f73
("ethiopic"): Add translation rules.
Kenichi Handa <handa@m17n.org>
parents:
23033
diff
changeset
|
496 ("h2Wee" ?$(3"O(B) |
18673 | 497 ("h2W'" ?$(3"P(B) |
498 | |
499 ("hhe" ?$(3"C(B) | |
500 ("hhu" ?$(3"D(B) | |
501 ("hhi" ?$(3"E(B) | |
502 ("hha" ?$(3"F(B) | |
503 ("hhE" ?$(3"G(B) | |
24843
a555cf7d6f73
("ethiopic"): Add translation rules.
Kenichi Handa <handa@m17n.org>
parents:
23033
diff
changeset
|
504 ("hhee" ?$(3"G(B) |
18673 | 505 ("hh" ?$(3"H(B) |
506 ("hho" ?$(3"I(B) | |
507 ("hhWe" ?$(3"K(B) | |
508 ("hhWu" ?$(3"P(B) | |
509 ("hhWi" ?$(3"M(B) | |
510 ("hhW" ?$(3"N(B) | |
511 ("hhWa" ?$(3"N(B) | |
512 ("hhWE" ?$(3"O(B) | |
24843
a555cf7d6f73
("ethiopic"): Add translation rules.
Kenichi Handa <handa@m17n.org>
parents:
23033
diff
changeset
|
513 ("hhWee" ?$(3"O(B) |
18673 | 514 ("hhW'" ?$(3"P(B) |
515 | |
516 ("ne" ?$(3"S(B) | |
517 ("nu" ?$(3"T(B) | |
518 ("ni" ?$(3"U(B) | |
519 ("na" ?$(3"V(B) | |
520 ("nE" ?$(3"W(B) | |
24843
a555cf7d6f73
("ethiopic"): Add translation rules.
Kenichi Handa <handa@m17n.org>
parents:
23033
diff
changeset
|
521 ("nee" ?$(3"W(B) |
18673 | 522 ("n" ?$(3"X(B) |
523 ("no" ?$(3"Y(B) | |
524 ("nW" ?$(3"Z(B) | |
525 ("nWa" ?$(3"Z(B) | |
526 ("nWe" ["$(3"X%n(B"]) | |
527 ("nWu" ["$(3"X%r(B"]) | |
528 ("nWi" ["$(3"X%o(B"]) | |
529 ("nWE" ["$(3"X%q(B"]) | |
24843
a555cf7d6f73
("ethiopic"): Add translation rules.
Kenichi Handa <handa@m17n.org>
parents:
23033
diff
changeset
|
530 ("nWee" ["$(3"X%q(B"]) |
18673 | 531 ("nW'" ["$(3"X%r(B"]) |
532 | |
533 ("Ne" ?$(3"[(B) | |
534 ("Nu" ?$(3"\(B) | |
535 ("Ni" ?$(3"](B) | |
536 ("Na" ?$(3"^(B) | |
537 ("NE" ?$(3"_(B) | |
24843
a555cf7d6f73
("ethiopic"): Add translation rules.
Kenichi Handa <handa@m17n.org>
parents:
23033
diff
changeset
|
538 ("Nee" ?$(3"_(B) |
18673 | 539 ("N" ?$(3"`(B) |
540 ("No" ?$(3"a(B) | |
541 ("NW" ?$(3"b(B) | |
542 ("NWa" ?$(3"b(B) | |
543 ("NWe" ["$(3"`%n(B"]) | |
544 ("NWu" ["$(3"`%r(B"]) | |
545 ("NWi" ["$(3"`%o(B"]) | |
546 ("NWE" ["$(3"`%q(B"]) | |
24843
a555cf7d6f73
("ethiopic"): Add translation rules.
Kenichi Handa <handa@m17n.org>
parents:
23033
diff
changeset
|
547 ("NWee" ["$(3"`%q(B"]) |
18673 | 548 ("NW'" ["$(3"`%r(B"]) |
549 | |
24846 | 550 ; ("e" ?$(3"c(B) ; old style |
18673 | 551 ("u" ?$(3"d(B) |
552 ("U" ?$(3"d(B) | |
553 ("i" ?$(3"e(B) | |
554 ("a" ?$(3"f(B) | |
555 ("A" ?$(3"f(B) | |
556 ("E" ?$(3"g(B) | |
24846 | 557 ; ("ee" ?$(3"g(B) ; Alef-E is rare vs Aynu-I, so ee = Aynu-I |
18673 | 558 ("I" ?$(3"h(B) |
24846 | 559 ("e" ?$(3"h(B) ; This is the premise to "new style" for vowels |
560 | |
18673 | 561 ("o" ?$(3"i(B) |
562 ("O" ?$(3"i(B) | |
563 ("ea" ?$(3"j(B) | |
564 | |
565 ("ke" ?$(3"k(B) | |
566 ("ku" ?$(3"l(B) | |
567 ("ki" ?$(3"m(B) | |
568 ("ka" ?$(3"n(B) | |
569 ("kE" ?$(3"o(B) | |
24843
a555cf7d6f73
("ethiopic"): Add translation rules.
Kenichi Handa <handa@m17n.org>
parents:
23033
diff
changeset
|
570 ("kee" ?$(3"o(B) |
18673 | 571 ("k" ?$(3"p(B) |
572 ("ko" ?$(3"q(B) | |
573 ("kWe" ?$(3"s(B) | |
574 ("kWu" ?$(3"x(B) | |
575 ("kWi" ?$(3"u(B) | |
576 ("kW" ?$(3"v(B) | |
577 ("kWa" ?$(3"v(B) | |
578 ("kWE" ?$(3"w(B) | |
24843
a555cf7d6f73
("ethiopic"): Add translation rules.
Kenichi Handa <handa@m17n.org>
parents:
23033
diff
changeset
|
579 ("kWee" ?$(3"w(B) |
18673 | 580 ("kW'" ?$(3"x(B) |
581 | |
582 ("`ke" ?$(3%9(B) | |
583 ("`ku" ?$(3%:(B) | |
584 ("`ki" ?$(3%;(B) | |
585 ("`ka" ?$(3%<(B) | |
586 ("`kE" ?$(3%=(B) | |
24843
a555cf7d6f73
("ethiopic"): Add translation rules.
Kenichi Handa <handa@m17n.org>
parents:
23033
diff
changeset
|
587 ("`kee" ?$(3%=(B) |
18673 | 588 ("`k" ?$(3%>(B) |
589 ("`ko" ?$(3%?(B) | |
590 | |
591 ("k2e" ?$(3%9(B) | |
592 ("k2u" ?$(3%:(B) | |
593 ("k2i" ?$(3%;(B) | |
594 ("k2a" ?$(3%<(B) | |
595 ("k2E" ?$(3%=(B) | |
24843
a555cf7d6f73
("ethiopic"): Add translation rules.
Kenichi Handa <handa@m17n.org>
parents:
23033
diff
changeset
|
596 ("k2ee" ?$(3%=(B) |
18673 | 597 ("k2" ?$(3%>(B) |
598 ("k2o" ?$(3%?(B) | |
599 | |
600 ("kke" ?$(3%9(B) | |
601 ("kku" ?$(3%:(B) | |
602 ("kki" ?$(3%;(B) | |
603 ("kka" ?$(3%<(B) | |
604 ("kkE" ?$(3%=(B) | |
24843
a555cf7d6f73
("ethiopic"): Add translation rules.
Kenichi Handa <handa@m17n.org>
parents:
23033
diff
changeset
|
605 ("kkee" ?$(3%=(B) |
18673 | 606 ("kk" ?$(3%>(B) |
607 ("kko" ?$(3%?(B) | |
608 | |
609 ("Ke" ?$(3"{(B) | |
610 ("Ku" ?$(3"|(B) | |
611 ("Ki" ?$(3"}(B) | |
612 ("Ka" ?$(3"~(B) | |
613 ("KE" ?$(3#!(B) | |
24843
a555cf7d6f73
("ethiopic"): Add translation rules.
Kenichi Handa <handa@m17n.org>
parents:
23033
diff
changeset
|
614 ("Kee" ?$(3#!(B) |
18673 | 615 ("K" ?$(3#"(B) |
616 ("Ko" ?$(3##(B) | |
617 ("KWe" ?$(3#%(B) | |
618 ("KWu" ?$(3#*(B) | |
619 ("KWi" ?$(3#'(B) | |
620 ("KW" ?$(3#((B) | |
621 ("KWa" ?$(3#((B) | |
622 ("KWE" ?$(3#)(B) | |
24843
a555cf7d6f73
("ethiopic"): Add translation rules.
Kenichi Handa <handa@m17n.org>
parents:
23033
diff
changeset
|
623 ("KWee" ?$(3#)(B) |
18673 | 624 ("KW'" ?$(3#*(B) |
625 | |
626 ("Xe" ?$(3%I(B) | |
627 ("Xu" ?$(3%J(B) | |
628 ("Xi" ?$(3%K(B) | |
629 ("Xa" ?$(3%L(B) | |
630 ("XE" ?$(3%M(B) | |
24843
a555cf7d6f73
("ethiopic"): Add translation rules.
Kenichi Handa <handa@m17n.org>
parents:
23033
diff
changeset
|
631 ("Xee" ?$(3%M(B) |
18673 | 632 ("X" ?$(3%N(B) |
633 ("Xo" ?$(3%O(B) | |
634 | |
635 ("we" ?$(3#-(B) | |
636 ("wu" ?$(3#.(B) | |
637 ("wi" ?$(3#/(B) | |
638 ("wa" ?$(3#0(B) | |
639 ("wE" ?$(3#1(B) | |
24843
a555cf7d6f73
("ethiopic"): Add translation rules.
Kenichi Handa <handa@m17n.org>
parents:
23033
diff
changeset
|
640 ("wee" ?$(3#1(B) |
18673 | 641 ("w" ?$(3#2(B) |
642 ("wo" ?$(3#3(B) | |
643 | |
644 ("`e" ?$(3#5(B) | |
645 ("`u" ?$(3#6(B) | |
646 ("`U" ?$(3#6(B) | |
647 ("`i" ?$(3#7(B) | |
648 ("`a" ?$(3#8(B) | |
649 ("`A" ?$(3#8(B) | |
650 ("`E" ?$(3#9(B) | |
24843
a555cf7d6f73
("ethiopic"): Add translation rules.
Kenichi Handa <handa@m17n.org>
parents:
23033
diff
changeset
|
651 ("`ee" ?$(3#9(B) |
18673 | 652 ("`I" ?$(3#:(B) |
653 ("`o" ?$(3#;(B) | |
654 ("`O" ?$(3#;(B) | |
655 | |
656 ("e2" ?$(3#5(B) | |
657 ("u2" ?$(3#6(B) | |
658 ("U2" ?$(3#6(B) | |
659 ("i2" ?$(3#7(B) | |
660 ("a2" ?$(3#8(B) | |
661 ("A2" ?$(3#8(B) | |
662 ("E2" ?$(3#9(B) | |
24843
a555cf7d6f73
("ethiopic"): Add translation rules.
Kenichi Handa <handa@m17n.org>
parents:
23033
diff
changeset
|
663 ("ee2" ?$(3#9(B) |
18673 | 664 ("I2" ?$(3#:(B) |
665 ("o2" ?$(3#;(B) | |
666 ("O2" ?$(3#;(B) | |
667 | |
24846 | 668 ; ("ee" ?$(3#5(B) ; old style |
669 ("ae" ?$(3#5(B) ; new style | |
670 ("aaa" ?$(3#5(B) ; new style | |
18673 | 671 ("uu" ?$(3#6(B) |
672 ("UU" ?$(3#6(B) | |
673 ("ii" ?$(3#7(B) | |
674 ("aa" ?$(3#8(B) | |
675 ("AA" ?$(3#8(B) | |
676 ("EE" ?$(3#9(B) | |
677 ("II" ?$(3#:(B) | |
24846 | 678 ("ee" ?$(3#:(B) ; new style |
18673 | 679 ("oo" ?$(3#;(B) |
680 ("OO" ?$(3#;(B) | |
681 | |
682 ("ze" ?$(3#=(B) | |
683 ("zu" ?$(3#>(B) | |
684 ("zi" ?$(3#?(B) | |
685 ("za" ?$(3#@(B) | |
686 ("zE" ?$(3#A(B) | |
24843
a555cf7d6f73
("ethiopic"): Add translation rules.
Kenichi Handa <handa@m17n.org>
parents:
23033
diff
changeset
|
687 ("zee" ?$(3#A(B) |
18673 | 688 ("z" ?$(3#B(B) |
689 ("zo" ?$(3#C(B) | |
690 ("zW" ?$(3#D(B) | |
691 ("zWa" ?$(3#D(B) | |
692 ("zWe" ["$(3#B%n(B"]) | |
693 ("zWu" ["$(3#B%r(B"]) | |
694 ("zWi" ["$(3#B%o(B"]) | |
695 ("zWE" ["$(3#B%q(B"]) | |
24843
a555cf7d6f73
("ethiopic"): Add translation rules.
Kenichi Handa <handa@m17n.org>
parents:
23033
diff
changeset
|
696 ("zWee" ["$(3#B%q(B"]) |
18673 | 697 ("zW'" ["$(3#B%r(B"]) |
698 | |
699 ("Ze" ?$(3#E(B) | |
700 ("Zu" ?$(3#F(B) | |
701 ("Zi" ?$(3#G(B) | |
702 ("Za" ?$(3#H(B) | |
703 ("ZE" ?$(3#I(B) | |
24843
a555cf7d6f73
("ethiopic"): Add translation rules.
Kenichi Handa <handa@m17n.org>
parents:
23033
diff
changeset
|
704 ("Zee" ?$(3#I(B) |
18673 | 705 ("Z" ?$(3#J(B) |
706 ("Zo" ?$(3#K(B) | |
707 ("ZW" ?$(3#L(B) | |
708 ("ZWa" ?$(3#L(B) | |
709 ("ZWe" ["$(3#J%n(B"]) | |
710 ("ZWu" ["$(3#J%r(B"]) | |
711 ("ZWi" ["$(3#J%o(B"]) | |
712 ("ZWE" ["$(3#J%q(B"]) | |
24843
a555cf7d6f73
("ethiopic"): Add translation rules.
Kenichi Handa <handa@m17n.org>
parents:
23033
diff
changeset
|
713 ("ZWee" ["$(3#J%q(B"]) |
18673 | 714 ("ZW'" ["$(3#J%r(B"]) |
715 | |
716 ("ye" ?$(3#M(B) | |
717 ("yu" ?$(3#N(B) | |
718 ("yi" ?$(3#O(B) | |
719 ("ya" ?$(3#P(B) | |
720 ("yE" ?$(3#Q(B) | |
24843
a555cf7d6f73
("ethiopic"): Add translation rules.
Kenichi Handa <handa@m17n.org>
parents:
23033
diff
changeset
|
721 ("yee" ?$(3#Q(B) |
18673 | 722 ("y" ?$(3#R(B) |
723 ("yo" ?$(3#S(B) | |
724 ("yW" ?$(3#T(B) | |
725 ("yWa" ?$(3#T(B) | |
726 ("yWe" ["$(3#R%n(B"]) | |
727 ("yWu" ["$(3#R%r(B"]) | |
728 ("yWi" ["$(3#R%o(B"]) | |
729 ("yWE" ["$(3#R%q(B"]) | |
24843
a555cf7d6f73
("ethiopic"): Add translation rules.
Kenichi Handa <handa@m17n.org>
parents:
23033
diff
changeset
|
730 ("yWee" ["$(3#R%q(B"]) |
18673 | 731 ("yW'" ["$(3#R%r(B"]) |
732 | |
733 ("Ye" ?$(3#M(B) | |
734 ("Yu" ?$(3#N(B) | |
735 ("Yi" ?$(3#O(B) | |
736 ("Ya" ?$(3#P(B) | |
737 ("YE" ?$(3#Q(B) | |
24843
a555cf7d6f73
("ethiopic"): Add translation rules.
Kenichi Handa <handa@m17n.org>
parents:
23033
diff
changeset
|
738 ("Yee" ?$(3#Q(B) |
18673 | 739 ("Y" ?$(3#R(B) |
740 ("Yo" ?$(3#S(B) | |
741 ("YW" ?$(3#T(B) | |
742 ("YWa" ?$(3#T(B) | |
743 ("YWe" ["$(3#R%n(B"]) | |
744 ("YWu" ["$(3#R%r(B"]) | |
745 ("YWi" ["$(3#R%o(B"]) | |
746 ("YWE" ["$(3#R%q(B"]) | |
24843
a555cf7d6f73
("ethiopic"): Add translation rules.
Kenichi Handa <handa@m17n.org>
parents:
23033
diff
changeset
|
747 ("YWee" ["$(3#R%q(B"]) |
18673 | 748 ("YW'" ["$(3#R%r(B"]) |
749 | |
750 ("de" ?$(3#U(B) | |
751 ("du" ?$(3#V(B) | |
752 ("di" ?$(3#W(B) | |
753 ("da" ?$(3#X(B) | |
754 ("dE" ?$(3#Y(B) | |
24843
a555cf7d6f73
("ethiopic"): Add translation rules.
Kenichi Handa <handa@m17n.org>
parents:
23033
diff
changeset
|
755 ("dee" ?$(3#Y(B) |
18673 | 756 ("d" ?$(3#Z(B) |
757 ("do" ?$(3#[(B) | |
758 ("dW" ?$(3#\(B) | |
759 ("dWa" ?$(3#\(B) | |
760 ("dWe" ["$(3#Z%n(B"]) | |
761 ("dWu" ["$(3#Z%r(B"]) | |
762 ("dWi" ["$(3#Z%o(B"]) | |
763 ("dWE" ["$(3#Z%q(B"]) | |
24843
a555cf7d6f73
("ethiopic"): Add translation rules.
Kenichi Handa <handa@m17n.org>
parents:
23033
diff
changeset
|
764 ("dWee" ["$(3#Z%q(B"]) |
18673 | 765 ("dW'" ["$(3#Z%r(B"]) |
766 | |
767 ("De" ?$(3#](B) | |
768 ("Du" ?$(3#^(B) | |
769 ("Di" ?$(3#_(B) | |
770 ("Da" ?$(3#`(B) | |
771 ("DE" ?$(3#a(B) | |
24843
a555cf7d6f73
("ethiopic"): Add translation rules.
Kenichi Handa <handa@m17n.org>
parents:
23033
diff
changeset
|
772 ("Dee" ?$(3#a(B) |
18673 | 773 ("D" ?$(3#b(B) |
774 ("Do" ?$(3#c(B) | |
775 ("DW" ?$(3#d(B) | |
776 ("DWa" ?$(3#d(B) | |
777 ("DWe" ["$(3#b%n(B"]) | |
778 ("DWu" ["$(3#b%r(B"]) | |
779 ("DWi" ["$(3#b%o(B"]) | |
780 ("DWE" ["$(3#b%q(B"]) | |
24843
a555cf7d6f73
("ethiopic"): Add translation rules.
Kenichi Handa <handa@m17n.org>
parents:
23033
diff
changeset
|
781 ("DWee" ["$(3#b%q(B"]) |
18673 | 782 ("DW'" ["$(3#b%r(B"]) |
783 | |
784 ("je" ?$(3#e(B) | |
785 ("ju" ?$(3#f(B) | |
786 ("ji" ?$(3#g(B) | |
787 ("ja" ?$(3#h(B) | |
788 ("jE" ?$(3#i(B) | |
24843
a555cf7d6f73
("ethiopic"): Add translation rules.
Kenichi Handa <handa@m17n.org>
parents:
23033
diff
changeset
|
789 ("jee" ?$(3#i(B) |
18673 | 790 ("j" ?$(3#j(B) |
791 ("jo" ?$(3#k(B) | |
792 ("jW" ?$(3#l(B) | |
793 ("jWa" ?$(3#l(B) | |
794 ("jWe" ["$(3#j%n(B"]) | |
795 ("jWu" ["$(3#j%r(B"]) | |
796 ("jWi" ["$(3#j%o(B"]) | |
797 ("jWE" ["$(3#j%q(B"]) | |
24843
a555cf7d6f73
("ethiopic"): Add translation rules.
Kenichi Handa <handa@m17n.org>
parents:
23033
diff
changeset
|
798 ("jWee" ["$(3#j%q(B"]) |
18673 | 799 ("jW'" ["$(3#j%r(B"]) |
800 | |
801 ("Je" ?$(3#e(B) | |
802 ("Ju" ?$(3#f(B) | |
803 ("Ji" ?$(3#g(B) | |
804 ("Ja" ?$(3#h(B) | |
805 ("JE" ?$(3#i(B) | |
24843
a555cf7d6f73
("ethiopic"): Add translation rules.
Kenichi Handa <handa@m17n.org>
parents:
23033
diff
changeset
|
806 ("Jee" ?$(3#i(B) |
18673 | 807 ("J" ?$(3#j(B) |
808 ("Jo" ?$(3#k(B) | |
809 ("JW" ?$(3#l(B) | |
810 ("JWa" ?$(3#l(B) | |
811 ("JWe" ["$(3#j%n(B"]) | |
812 ("JWu" ["$(3#j%r(B"]) | |
813 ("JWi" ["$(3#j%o(B"]) | |
814 ("JWE" ["$(3#j%q(B"]) | |
24843
a555cf7d6f73
("ethiopic"): Add translation rules.
Kenichi Handa <handa@m17n.org>
parents:
23033
diff
changeset
|
815 ("JWee" ["$(3#j%q(B"]) |
18673 | 816 ("JW'" ["$(3#j%r(B"]) |
817 | |
818 ("ge" ?$(3#m(B) | |
819 ("gu" ?$(3#n(B) | |
820 ("gi" ?$(3#o(B) | |
821 ("ga" ?$(3#p(B) | |
822 ("gE" ?$(3#q(B) | |
24843
a555cf7d6f73
("ethiopic"): Add translation rules.
Kenichi Handa <handa@m17n.org>
parents:
23033
diff
changeset
|
823 ("gee" ?$(3#q(B) |
18673 | 824 ("g" ?$(3#r(B) |
825 ("go" ?$(3#s(B) | |
826 ("gWe" ?$(3#u(B) | |
827 ("gWu" ?$(3#z(B) | |
828 ("gWi" ?$(3#w(B) | |
829 ("gW" ?$(3#x(B) | |
830 ("gWa" ?$(3#x(B) | |
831 ("gWE" ?$(3#y(B) | |
24843
a555cf7d6f73
("ethiopic"): Add translation rules.
Kenichi Handa <handa@m17n.org>
parents:
23033
diff
changeset
|
832 ("gWee" ?$(3#y(B) |
18673 | 833 ("gW'" ?$(3#z(B) |
834 | |
835 ("`ge" ?$(3%Y(B) | |
836 ("`gu" ?$(3%Z(B) | |
837 ("`gi" ?$(3%[(B) | |
838 ("`ga" ?$(3%\(B) | |
839 ("`gE" ?$(3%](B) | |
24843
a555cf7d6f73
("ethiopic"): Add translation rules.
Kenichi Handa <handa@m17n.org>
parents:
23033
diff
changeset
|
840 ("`gee" ?$(3%](B) |
18673 | 841 ("`g" ?$(3%^(B) |
842 ("`go" ?$(3%_(B) | |
843 | |
844 ("g2e" ?$(3%Y(B) | |
845 ("g2u" ?$(3%Z(B) | |
846 ("g2i" ?$(3%[(B) | |
847 ("g2a" ?$(3%\(B) | |
848 ("g2E" ?$(3%](B) | |
24843
a555cf7d6f73
("ethiopic"): Add translation rules.
Kenichi Handa <handa@m17n.org>
parents:
23033
diff
changeset
|
849 ("g2ee" ?$(3%](B) |
18673 | 850 ("g2" ?$(3%^(B) |
851 ("g2o" ?$(3%_(B) | |
852 | |
853 ("gge" ?$(3%Y(B) | |
854 ("ggu" ?$(3%Z(B) | |
855 ("ggi" ?$(3%[(B) | |
856 ("gga" ?$(3%\(B) | |
857 ("ggE" ?$(3%](B) | |
24843
a555cf7d6f73
("ethiopic"): Add translation rules.
Kenichi Handa <handa@m17n.org>
parents:
23033
diff
changeset
|
858 ("ggee" ?$(3%](B) |
18673 | 859 ("gg" ?$(3%^(B) |
860 ("ggo" ?$(3%_(B) | |
861 | |
862 ("Ge" ?$(3#}(B) | |
863 ("Gu" ?$(3#~(B) | |
864 ("Gi" ?$(3$!(B) | |
865 ("Ga" ?$(3$"(B) | |
866 ("GE" ?$(3$#(B) | |
24843
a555cf7d6f73
("ethiopic"): Add translation rules.
Kenichi Handa <handa@m17n.org>
parents:
23033
diff
changeset
|
867 ("Gee" ?$(3$#(B) |
18673 | 868 ("G" ?$(3$$(B) |
869 ("Go" ?$(3$%(B) | |
870 ("GWe" ?$(3%3(B) | |
871 ("GWu" ?$(3%c(B) | |
872 ("GWi" ?$(3%C(B) | |
873 ("GW" ?$(3$&(B) | |
874 ("GWa" ?$(3$&(B) | |
875 ("GWE" ?$(3%S(B) | |
24843
a555cf7d6f73
("ethiopic"): Add translation rules.
Kenichi Handa <handa@m17n.org>
parents:
23033
diff
changeset
|
876 ("GWee" ?$(3%S(B) |
18673 | 877 ("GW'" ?$(3%c(B) |
878 | |
23033
f5b12a1c1d70
Fix several translation rules.
Kenichi Handa <handa@m17n.org>
parents:
22516
diff
changeset
|
879 ("Te" ?$(3$'(B) |
f5b12a1c1d70
Fix several translation rules.
Kenichi Handa <handa@m17n.org>
parents:
22516
diff
changeset
|
880 ("Tu" ?$(3$((B) |
f5b12a1c1d70
Fix several translation rules.
Kenichi Handa <handa@m17n.org>
parents:
22516
diff
changeset
|
881 ("Ti" ?$(3$)(B) |
f5b12a1c1d70
Fix several translation rules.
Kenichi Handa <handa@m17n.org>
parents:
22516
diff
changeset
|
882 ("Ta" ?$(3$*(B) |
f5b12a1c1d70
Fix several translation rules.
Kenichi Handa <handa@m17n.org>
parents:
22516
diff
changeset
|
883 ("TE" ?$(3$+(B) |
24843
a555cf7d6f73
("ethiopic"): Add translation rules.
Kenichi Handa <handa@m17n.org>
parents:
23033
diff
changeset
|
884 ("Tee" ?$(3$+(B) |
23033
f5b12a1c1d70
Fix several translation rules.
Kenichi Handa <handa@m17n.org>
parents:
22516
diff
changeset
|
885 ("T" ?$(3$,(B) |
f5b12a1c1d70
Fix several translation rules.
Kenichi Handa <handa@m17n.org>
parents:
22516
diff
changeset
|
886 ("To" ?$(3$-(B) |
f5b12a1c1d70
Fix several translation rules.
Kenichi Handa <handa@m17n.org>
parents:
22516
diff
changeset
|
887 ("TW" ?$(3$.(B) |
f5b12a1c1d70
Fix several translation rules.
Kenichi Handa <handa@m17n.org>
parents:
22516
diff
changeset
|
888 ("TWa" ?$(3$.(B) |
f5b12a1c1d70
Fix several translation rules.
Kenichi Handa <handa@m17n.org>
parents:
22516
diff
changeset
|
889 ("TWe" ["$(3$,%n(B"]) |
f5b12a1c1d70
Fix several translation rules.
Kenichi Handa <handa@m17n.org>
parents:
22516
diff
changeset
|
890 ("TWu" ["$(3$,%r(B"]) |
f5b12a1c1d70
Fix several translation rules.
Kenichi Handa <handa@m17n.org>
parents:
22516
diff
changeset
|
891 ("TWi" ["$(3$,%o(B"]) |
f5b12a1c1d70
Fix several translation rules.
Kenichi Handa <handa@m17n.org>
parents:
22516
diff
changeset
|
892 ("TWE" ["$(3$,%q(B"]) |
24843
a555cf7d6f73
("ethiopic"): Add translation rules.
Kenichi Handa <handa@m17n.org>
parents:
23033
diff
changeset
|
893 ("TWee" ["$(3$,%q(B"]) |
23033
f5b12a1c1d70
Fix several translation rules.
Kenichi Handa <handa@m17n.org>
parents:
22516
diff
changeset
|
894 ("TW'" ["$(3$,%r(B"]) |
18673 | 895 |
896 ("Ce" ?$(3$/(B) | |
897 ("Cu" ?$(3$0(B) | |
898 ("Ci" ?$(3$1(B) | |
899 ("Ca" ?$(3$2(B) | |
900 ("CE" ?$(3$3(B) | |
24843
a555cf7d6f73
("ethiopic"): Add translation rules.
Kenichi Handa <handa@m17n.org>
parents:
23033
diff
changeset
|
901 ("Cee" ?$(3$3(B) |
18673 | 902 ("C" ?$(3$4(B) |
903 ("Co" ?$(3$5(B) | |
904 ("CW" ?$(3$6(B) | |
905 ("CWa" ?$(3$6(B) | |
906 ("CWe" ["$(3$4%n(B"]) | |
907 ("CWu" ["$(3$4%r(B"]) | |
908 ("CWi" ["$(3$4%o(B"]) | |
909 ("CWE" ["$(3$4%q(B"]) | |
24843
a555cf7d6f73
("ethiopic"): Add translation rules.
Kenichi Handa <handa@m17n.org>
parents:
23033
diff
changeset
|
910 ("CWee" ["$(3$4%q(B"]) |
18673 | 911 ("CW'" ["$(3$4%r(B"]) |
912 | |
913 ("Pe" ?$(3$7(B) | |
914 ("Pu" ?$(3$8(B) | |
915 ("Pi" ?$(3$9(B) | |
916 ("Pa" ?$(3$:(B) | |
917 ("PE" ?$(3$;(B) | |
24843
a555cf7d6f73
("ethiopic"): Add translation rules.
Kenichi Handa <handa@m17n.org>
parents:
23033
diff
changeset
|
918 ("Pee" ?$(3$;(B) |
18673 | 919 ("P" ?$(3$<(B) |
920 ("Po" ?$(3$=(B) | |
921 ("PW" ?$(3$>(B) | |
922 ("PWa" ?$(3$>(B) | |
923 ("PWe" ["$(3$<%n(B"]) | |
924 ("PWu" ["$(3$<%r(B"]) | |
925 ("PWi" ["$(3$<%o(B"]) | |
926 ("PWE" ["$(3$<%q(B"]) | |
24843
a555cf7d6f73
("ethiopic"): Add translation rules.
Kenichi Handa <handa@m17n.org>
parents:
23033
diff
changeset
|
927 ("PWee" ["$(3$<%q(B"]) |
18673 | 928 ("PW'" ["$(3$<%r(B"]) |
929 | |
930 ("Se" ?$(3$?(B) | |
931 ("Su" ?$(3$@(B) | |
932 ("Si" ?$(3$A(B) | |
933 ("Sa" ?$(3$B(B) | |
934 ("SE" ?$(3$C(B) | |
24843
a555cf7d6f73
("ethiopic"): Add translation rules.
Kenichi Handa <handa@m17n.org>
parents:
23033
diff
changeset
|
935 ("See" ?$(3$C(B) |
18673 | 936 ("S" ?$(3$D(B) |
937 ("So" ?$(3$E(B) | |
938 ("SW" ?$(3$F(B) | |
939 ("SWa" ?$(3$F(B) | |
940 ("SWe" ["$(3$D%n(B"]) | |
941 ("SWu" ["$(3$D%r(B"]) | |
942 ("SWi" ["$(3$D%o(B"]) | |
943 ("SWE" ["$(3$D%q(B"]) | |
24843
a555cf7d6f73
("ethiopic"): Add translation rules.
Kenichi Handa <handa@m17n.org>
parents:
23033
diff
changeset
|
944 ("SWee" ["$(3$D%q(B"]) |
18673 | 945 ("SW'" ["$(3$D%r(B"]) |
946 | |
947 ("`Se" ?$(3$G(B) | |
948 ("`Su" ?$(3$H(B) | |
949 ("`Si" ?$(3$I(B) | |
950 ("`Sa" ?$(3$J(B) | |
951 ("`SE" ?$(3$K(B) | |
24843
a555cf7d6f73
("ethiopic"): Add translation rules.
Kenichi Handa <handa@m17n.org>
parents:
23033
diff
changeset
|
952 ("`See" ?$(3$K(B) |
18673 | 953 ("`S" ?$(3$L(B) |
954 ("`So" ?$(3$M(B) | |
955 ("`SW" ?$(3$F(B) | |
956 ("`SWa" ?$(3$F(B) | |
957 ("`SWe" ["$(3$L%n(B"]) | |
958 ("`SWu" ["$(3$L%r(B"]) | |
959 ("`SWi" ["$(3$L%o(B"]) | |
960 ("`SWE" ["$(3$L%q(B"]) | |
24843
a555cf7d6f73
("ethiopic"): Add translation rules.
Kenichi Handa <handa@m17n.org>
parents:
23033
diff
changeset
|
961 ("`SWee" ["$(3$L%q(B"]) |
18673 | 962 ("`SW'" ["$(3$L%r(B"]) |
963 | |
964 ("S2e" ?$(3$G(B) | |
965 ("S2u" ?$(3$H(B) | |
966 ("S2i" ?$(3$I(B) | |
967 ("S2a" ?$(3$J(B) | |
968 ("S2E" ?$(3$K(B) | |
24843
a555cf7d6f73
("ethiopic"): Add translation rules.
Kenichi Handa <handa@m17n.org>
parents:
23033
diff
changeset
|
969 ("S2ee" ?$(3$K(B) |
18673 | 970 ("S2" ?$(3$L(B) |
971 ("S2o" ?$(3$M(B) | |
972 ("S2W" ?$(3$F(B) | |
973 ("S2Wa" ?$(3$F(B) | |
974 ("S2We" ["$(3$L%n(B"]) | |
975 ("S2Wu" ["$(3$L%r(B"]) | |
976 ("S2Wi" ["$(3$L%o(B"]) | |
977 ("S2WE" ["$(3$L%q(B"]) | |
24843
a555cf7d6f73
("ethiopic"): Add translation rules.
Kenichi Handa <handa@m17n.org>
parents:
23033
diff
changeset
|
978 ("S2Wee" ["$(3$L%q(B"]) |
18673 | 979 ("S2W'" ["$(3$L%r(B"]) |
980 | |
981 ("SSe" ?$(3$G(B) | |
982 ("SSu" ?$(3$H(B) | |
983 ("SSi" ?$(3$I(B) | |
984 ("SSa" ?$(3$J(B) | |
985 ("SSE" ?$(3$K(B) | |
24843
a555cf7d6f73
("ethiopic"): Add translation rules.
Kenichi Handa <handa@m17n.org>
parents:
23033
diff
changeset
|
986 ("SSee" ?$(3$K(B) |
18673 | 987 ("SS" ?$(3$L(B) |
988 ("SSo" ?$(3$M(B) | |
989 ("SSW" ?$(3$F(B) | |
990 ("SSWa" ?$(3$F(B) | |
991 ("SSWe" ["$(3$L%n(B"]) | |
992 ("SSWu" ["$(3$L%r(B"]) | |
993 ("SSWi" ["$(3$L%o(B"]) | |
994 ("SSWE" ["$(3$L%q(B"]) | |
24843
a555cf7d6f73
("ethiopic"): Add translation rules.
Kenichi Handa <handa@m17n.org>
parents:
23033
diff
changeset
|
995 ("SSWee" ["$(3$L%q(B"]) |
18673 | 996 ("SW'" ["$(3$L%r(B"]) |
997 | |
998 ("fe" ?$(3$O(B) | |
999 ("fu" ?$(3$P(B) | |
1000 ("fi" ?$(3$Q(B) | |
1001 ("fa" ?$(3$R(B) | |
1002 ("fE" ?$(3$S(B) | |
24843
a555cf7d6f73
("ethiopic"): Add translation rules.
Kenichi Handa <handa@m17n.org>
parents:
23033
diff
changeset
|
1003 ("fee" ?$(3$S(B) |
18673 | 1004 ("f" ?$(3$T(B) |
1005 ("fo" ?$(3$U(B) | |
1006 ("fWe" ?$(3%4(B) | |
1007 ("fWu" ?$(3%d(B) | |
1008 ("fWi" ?$(3%D(B) | |
1009 ("fW" ?$(3$V(B) | |
1010 ("fWa" ?$(3$V(B) | |
1011 ("fWE" ?$(3%T(B) | |
24843
a555cf7d6f73
("ethiopic"): Add translation rules.
Kenichi Handa <handa@m17n.org>
parents:
23033
diff
changeset
|
1012 ("fWee" ?$(3%T(B) |
18673 | 1013 ("fW'" ?$(3%d(B) |
1014 ("fY" ?$(3$a(B) | |
1015 ("fYa" ?$(3$a(B) | |
1016 | |
1017 ("Fe" ?$(3$O(B) | |
1018 ("Fu" ?$(3$P(B) | |
1019 ("Fi" ?$(3$Q(B) | |
1020 ("Fa" ?$(3$R(B) | |
1021 ("FE" ?$(3$S(B) | |
24843
a555cf7d6f73
("ethiopic"): Add translation rules.
Kenichi Handa <handa@m17n.org>
parents:
23033
diff
changeset
|
1022 ("Fee" ?$(3$S(B) |
18673 | 1023 ("F" ?$(3$T(B) |
1024 ("Fo" ?$(3$U(B) | |
1025 ("FWe" ?$(3%4(B) | |
1026 ("FWu" ?$(3%d(B) | |
1027 ("FWi" ?$(3%D(B) | |
1028 ("FW" ?$(3$V(B) | |
1029 ("FWa" ?$(3$V(B) | |
1030 ("FWE" ?$(3%T(B) | |
24843
a555cf7d6f73
("ethiopic"): Add translation rules.
Kenichi Handa <handa@m17n.org>
parents:
23033
diff
changeset
|
1031 ("FWee" ?$(3%T(B) |
18673 | 1032 ("FW'" ?$(3%d(B) |
1033 ("FY" ?$(3$a(B) | |
1034 ("FYa" ?$(3$a(B) | |
1035 | |
1036 ("pe" ?$(3$W(B) | |
1037 ("pu" ?$(3$X(B) | |
1038 ("pi" ?$(3$Y(B) | |
1039 ("pa" ?$(3$Z(B) | |
1040 ("pE" ?$(3$[(B) | |
24843
a555cf7d6f73
("ethiopic"): Add translation rules.
Kenichi Handa <handa@m17n.org>
parents:
23033
diff
changeset
|
1041 ("pee" ?$(3$[(B) |
18673 | 1042 ("p" ?$(3$\(B) |
1043 ("po" ?$(3$](B) | |
1044 ("pWe" ?$(3%5(B) | |
1045 ("pWu" ?$(3%e(B) | |
1046 ("pWi" ?$(3%E(B) | |
1047 ("pW" ?$(3$^(B) | |
1048 ("pWa" ?$(3$^(B) | |
1049 ("pWE" ?$(3%U(B) | |
24843
a555cf7d6f73
("ethiopic"): Add translation rules.
Kenichi Handa <handa@m17n.org>
parents:
23033
diff
changeset
|
1050 ("pWee" ?$(3%U(B) |
18673 | 1051 ("pW'" ?$(3%e(B) |
1052 | |
1053 ("'" [""]) | |
1054 ("''" ?') | |
1055 (":" ?$(3$h(B) | |
1056 ("::" ?$(3$i(B) | |
1057 (":::" ?:) | |
1058 ("." ?$(3$i(B) | |
1059 (".." ?$(3%u(B) | |
1060 ("..." ?.) | |
1061 ("," ?$(3$j(B) | |
1062 (",," ?,) | |
1063 (";" ?$(3$k(B) | |
1064 (";;" ?\;) | |
1065 ("-:" ?$(3$l(B) | |
1066 (":-" ?$(3$m(B) | |
1067 ("*" ?*) | |
1068 ("**" ?$(3$o(B) | |
1069 (":|:" ?$(3$o(B) | |
1070 ("?" ?$(3%x(B) | |
1071 ("??" ?$(3$n(B) | |
1072 ("`?" ?$(3$n(B) | |
1073 ("???" ??) | |
1074 ("<<" ?$(3%v(B) | |
1075 (">>" ?$(3%w(B) | |
1076 ("`!" ?$(3%t(B) | |
1077 ("wWe" ?$(3%n(B) | |
1078 ("wWu" ?$(3%r(B) | |
1079 ("wWi" ?$(3%o(B) | |
1080 ("wW" ?$(3%p(B) | |
1081 ("wWa" ?$(3%p(B) | |
1082 ("wWE" ?$(3%q(B) | |
24843
a555cf7d6f73
("ethiopic"): Add translation rules.
Kenichi Handa <handa@m17n.org>
parents:
23033
diff
changeset
|
1083 ("wWee" ?$(3%q(B) |
18673 | 1084 ("wW'" ?$(3%r(B) |
1085 ("We" ?$(3%n(B) | |
1086 ("Wu" ?$(3%r(B) | |
1087 ("Wi" ?$(3%o(B) | |
1088 ("W" ?$(3%p(B) | |
1089 ("Wa" ?$(3%p(B) | |
1090 ("WE" ?$(3%q(B) | |
24843
a555cf7d6f73
("ethiopic"): Add translation rules.
Kenichi Handa <handa@m17n.org>
parents:
23033
diff
changeset
|
1091 ("Wee" ?$(3%q(B) |
18673 | 1092 ("W'" ?$(3%r(B) |
1093 ("`1" ?$(3$p(B) | |
1094 ("`2" ?$(3$q(B) | |
1095 ("`3" ?$(3$r(B) | |
1096 ("`4" ?$(3$s(B) | |
1097 ("`5" ?$(3$t(B) | |
1098 ("`6" ?$(3$u(B) | |
1099 ("`7" ?$(3$v(B) | |
1100 ("`8" ?$(3$w(B) | |
1101 ("`9" ?$(3$x(B) | |
1102 ("`10" ?$(3$y(B) | |
1103 ("`20" ?$(3$z(B) | |
1104 ("`30" ?$(3${(B) | |
1105 ("`40" ?$(3$|(B) | |
1106 ("`50" ?$(3$}(B) | |
1107 ("`60" ?$(3$~(B) | |
1108 ("`70" ?$(3%!(B) | |
1109 ("`80" ?$(3%"(B) | |
1110 ("`90" ?$(3%#(B) | |
1111 ("`100" ?$(3%$(B) | |
1112 ("`1000" ["$(3$y%$(B"]) | |
19093 | 1113 ("`2000" ["$(3$z%$(B"]) |
1114 ("`3000" ["$(3${%$(B"]) | |
1115 ("`4000" ["$(3$|%$(B"]) | |
1116 ("`5000" ["$(3$}%$(B"]) | |
1117 ("`6000" ["$(3$~%$(B"]) | |
1118 ("`7000" ["$(3%!%$(B"]) | |
1119 ("`8000" ["$(3%"%$(B"]) | |
1120 ("`9000" ["$(3%#%$(B"]) | |
18673 | 1121 ("`10000" ?$(3%%(B) |
19093 | 1122 ("`20000" ["$(3$q%%(B"]) |
1123 ("`30000" ["$(3$r%%(B"]) | |
1124 ("`40000" ["$(3$s%%(B"]) | |
1125 ("`50000" ["$(3$t%%(B"]) | |
1126 ("`60000" ["$(3$u%%(B"]) | |
1127 ("`70000" ["$(3$v%%(B"]) | |
1128 ("`80000" ["$(3$w%%(B"]) | |
1129 ("`90000" ["$(3$x%%(B"]) | |
1130 ("`100000" ["$(3$y%%(B"]) | |
1131 ("`200000" ["$(3$z%%(B"]) | |
1132 ("`300000" ["$(3${%%(B"]) | |
1133 ("`400000" ["$(3$|%%(B"]) | |
1134 ("`500000" ["$(3$}%%(B"]) | |
1135 ("`600000" ["$(3$~%%(B"]) | |
1136 ("`700000" ["$(3%!%%(B"]) | |
1137 ("`800000" ["$(3%"%%(B"]) | |
1138 ("`900000" ["$(3%#%%(B"]) | |
1139 ("`1000000" ["$(3%$%%(B"]) | |
18673 | 1140 ) |
1141 | |
22516
31e6e5b66fea
Don't add hook to quail-mode-hook.
Kenichi Handa <handa@m17n.org>
parents:
20166
diff
changeset
|
1142 (defun ethio-select-a-translation () |
31e6e5b66fea
Don't add hook to quail-mode-hook.
Kenichi Handa <handa@m17n.org>
parents:
20166
diff
changeset
|
1143 ;; The translation of `a' depends on the language |
49600
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
40710
diff
changeset
|
1144 ;; (either Tigrigna or Amharic). |
22516
31e6e5b66fea
Don't add hook to quail-mode-hook.
Kenichi Handa <handa@m17n.org>
parents:
20166
diff
changeset
|
1145 (quail-defrule "a" |
31e6e5b66fea
Don't add hook to quail-mode-hook.
Kenichi Handa <handa@m17n.org>
parents:
20166
diff
changeset
|
1146 (if (ethio-prefer-amharic-p) ?$(3"c(B ?$(3"f(B) |
31e6e5b66fea
Don't add hook to quail-mode-hook.
Kenichi Handa <handa@m17n.org>
parents:
20166
diff
changeset
|
1147 "ethiopic")) |
18673 | 1148 |
52401 | 1149 ;;; arch-tag: 66c182a8-d802-40fa-9c0d-d8ebe2f909d5 |
38453
519983161a46
Some fixes to follow lisp coding conventions and typo fixes.
Pavel Janík <Pavel@Janik.cz>
parents:
36559
diff
changeset
|
1150 ;;; ethiopic.el ends here |