summaryrefslogtreecommitdiff
path: root/leim
diff options
context:
space:
mode:
authorKenichi Handa <handa@m17n.org>1999-12-13 01:13:00 +0000
committerKenichi Handa <handa@m17n.org>1999-12-13 01:13:00 +0000
commit5d4f1c1d4b57afca5ded191d9920e83f398dc42c (patch)
tree94392ea76bac85d50a3b1433fc3246c7fb46ddc9 /leim
parent88617809a1ec111951f26cc0c360a5152ada9cde (diff)
downloademacs-5d4f1c1d4b57afca5ded191d9920e83f398dc42c.tar.gz
("esperanto-prefix"): Make it produce Latin-3
characters, not Latin-1.
Diffstat (limited to 'leim')
-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 @@
)
(quail-define-package
- "esperanto-prefix" "Latin-1" "EO>" t
+ "esperanto-prefix" "Latin-3" "EO>" t
"Esperanto input method with prefix modifiers
Key translation rules are:
- ^H -> ?,A&(B ^J -> ?,A,(B ^h -> ?,A6(B ^j -> ?,A<(B ^C -> ?,AF(B ^G -> ?,AX(B,
- ^S -> ?,A^(B ^c -> ?,Af(B ^g -> ?,Ax(B ^s -> ?,A~(B ~U -> ?,A](B ~u -> ?,A}(B
+ ^H -> ?,C&(B ^J -> ?,C,(B ^h -> ?,C6(B ^j -> ?,C<(B ^C -> ?,CF(B ^G -> ?,CX(B,
+ ^S -> ?,C^(B ^c -> ?,Cf(B ^g -> ?,Cx(B ^s -> ?,C~(B ~U -> ?,C](B ~u -> ?,C}(B
" nil t nil nil nil nil nil nil nil nil t)
(quail-define-rules
- ("^H" ?,A&(B)
- ("^J" ?,A,(B)
- ("^h" ?,A6(B)
- ("^j" ?,A<(B)
- ("^C" ?,AF(B)
- ("^G" ?,AX(B)
- ("^S" ?,A^(B)
- ("^c" ?,Af(B)
- ("^g" ?,Ax(B)
- ("^s" ?,A~(B)
+ ("^H" ?,C&(B)
+ ("^J" ?,C,(B)
+ ("^h" ?,C6(B)
+ ("^j" ?,C<(B)
+ ("^C" ?,CF(B)
+ ("^G" ?,CX(B)
+ ("^S" ?,C^(B)
+ ("^c" ?,Cf(B)
+ ("^g" ?,Cx(B)
+ ("^s" ?,C~(B)
("^^" ?^)
("^ " ?^)
- ("~U" ?,A](B)
- ("~u" ?,A}(B)
+ ("~U" ?,C](B)
+ ("~u" ?,C}(B)
("~ " ?~)
)