aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenichi Handa1999-12-13 01:13:00 +0000
committerKenichi Handa1999-12-13 01:13:00 +0000
commitfa4e74ee40189e46e62f969e795f1dd2845b39f4 (patch)
treecf38b7ba385a08a83c93b73cd8c02112a074286e
parent295ccc644c6ba17c973ee0c1aab3c219ae46a9ad (diff)
downloademacs-fa4e74ee40189e46e62f969e795f1dd2845b39f4.tar.gz
emacs-fa4e74ee40189e46e62f969e795f1dd2845b39f4.zip
("esperanto-prefix"): Make it produce Latin-3
characters, not Latin-1.
-rw-r--r--leim/quail/latin-pre.el30
1 files changed, 15 insertions, 15 deletions
diff --git a/leim/quail/latin-pre.el b/leim/quail/latin-pre.el
index ec5e2d9b59c..64a33d28174 100644
--- a/leim/quail/latin-pre.el
+++ b/leim/quail/latin-pre.el
@@ -180,28 +180,28 @@
180) 180)
181 181
182(quail-define-package 182(quail-define-package
183 "esperanto-prefix" "Latin-1" "EO>" t 183 "esperanto-prefix" "Latin-3" "EO>" t
184 "Esperanto input method with prefix modifiers 184 "Esperanto input method with prefix modifiers
185Key translation rules are: 185Key translation rules are:
186 ^H -> ?,A&(B ^J -> ?,A,(B ^h -> ?,A6(B ^j -> ?,A<(B ^C -> ?,AF(B ^G -> ?,AX(B, 186 ^H -> ?,C&(B ^J -> ?,C,(B ^h -> ?,C6(B ^j -> ?,C<(B ^C -> ?,CF(B ^G -> ?,CX(B,
187 ^S -> ?,A^(B ^c -> ?,Af(B ^g -> ?,Ax(B ^s -> ?,A~(B ~U -> ?,A](B ~u -> ?,A}(B 187 ^S -> ?,C^(B ^c -> ?,Cf(B ^g -> ?,Cx(B ^s -> ?,C~(B ~U -> ?,C](B ~u -> ?,C}(B
188" nil t nil nil nil nil nil nil nil nil t) 188" nil t nil nil nil nil nil nil nil nil t)
189 189
190(quail-define-rules 190(quail-define-rules
191 ("^H" ?,A&(B) 191 ("^H" ?,C&(B)
192 ("^J" ?,A,(B) 192 ("^J" ?,C,(B)
193 ("^h" ?,A6(B) 193 ("^h" ?,C6(B)
194 ("^j" ?,A<(B) 194 ("^j" ?,C<(B)
195 ("^C" ?,AF(B) 195 ("^C" ?,CF(B)
196 ("^G" ?,AX(B) 196 ("^G" ?,CX(B)
197 ("^S" ?,A^(B) 197 ("^S" ?,C^(B)
198 ("^c" ?,Af(B) 198 ("^c" ?,Cf(B)
199 ("^g" ?,Ax(B) 199 ("^g" ?,Cx(B)
200 ("^s" ?,A~(B) 200 ("^s" ?,C~(B)
201 ("^^" ?^) 201 ("^^" ?^)
202 ("^ " ?^) 202 ("^ " ?^)
203 ("~U" ?,A](B) 203 ("~U" ?,C](B)
204 ("~u" ?,A}(B) 204 ("~u" ?,C}(B)
205 ("~ " ?~) 205 ("~ " ?~)
206) 206)
207 207