diff options
author | Kenichi Handa <handa@m17n.org> | 1999-12-13 01:13:00 +0000 |
---|---|---|
committer | Kenichi Handa <handa@m17n.org> | 1999-12-13 01:13:00 +0000 |
commit | fa4e74ee40189e46e62f969e795f1dd2845b39f4 (patch) | |
tree | cf38b7ba385a08a83c93b73cd8c02112a074286e /leim | |
parent | 295ccc644c6ba17c973ee0c1aab3c219ae46a9ad (diff) | |
download | emacs-fa4e74ee40189e46e62f969e795f1dd2845b39f4.tar.gz |
("esperanto-prefix"): Make it produce Latin-3
characters, not Latin-1.
Diffstat (limited to 'leim')
-rw-r--r-- | leim/quail/latin-pre.el | 30 |
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) ("~ " ?~) ) |