summaryrefslogtreecommitdiff
path: root/leim
diff options
context:
space:
mode:
authorKenichi Handa <handa@m17n.org>2002-07-09 00:29:36 +0000
committerKenichi Handa <handa@m17n.org>2002-07-09 00:29:36 +0000
commitf6ac1e127dba13a4d599acea2bcf063b28a78088 (patch)
tree45694e836252310be775030ac9d769beeb2ca690 /leim
parentb252f80121bac145a278a29d070596bba1715c4b (diff)
("latin-3-prefix"): Remove bogus Latin-3
characters and ~o -> ,Cu(B, ~O -> ,CU(B.
Diffstat (limited to 'leim')
-rw-r--r--leim/quail/latin-pre.el10
1 files changed, 1 insertions, 9 deletions
diff --git a/leim/quail/latin-pre.el b/leim/quail/latin-pre.el
index b9e2e7d6c18..f3a3a398bcc 100644
--- a/leim/quail/latin-pre.el
+++ b/leim/quail/latin-pre.el
@@ -589,7 +589,7 @@ Key translation rules are:
circumflex | ^ | ^a -> ,Cb(B
diaeresis | \" | \"a -> ,Cd(B \"\" -> ,C((B
cedilla | ~ | ~c -> ,Cg(B ~s -> ,C:(B ~~ -> ,C8(B
- dot above | ~ / . | ~o -> ,Cu(B /o -> ,Cu(B .o -> ,Cu(B
+ dot above | . | /g -> ,Cu(B .g -> ,Cu(B
misc | \" ~ / | \"s -> ,C_(B ~g -> ,C;(B ~u -> ,C}(B /h -> ,C1(B /i -> ,C9(B
symbol | ~ | ~` -> ,C"(B /# -> ,C#(B /$ -> ,C$(B // -> ,C0(B
" nil t nil nil nil nil nil nil nil nil t)
@@ -654,17 +654,10 @@ Key translation rules are:
("\"s" ?,C_(B)
("\"\"" ?,C((B)
("\" " ?\")
- ("~A" ?,CC(B)
("~C" ?,CG(B)
- ("~D" ?,CP(B)
("~N" ?,CQ(B)
- ("~O" ?,CU(B)
- ("~a" ?,Cc(B)
("~c" ?,Cg(B)
- ("~d" ?,Cp(B)
("~n" ?,Cq(B)
- ("~o" ?,Cu(B)
- ("~$" ?,C%(B)
("~S" ?,C*(B)
("~s" ?,C:(B)
("~G" ?,C+(B)
@@ -684,7 +677,6 @@ Key translation rules are:
("/h" ?,C1(B)
("/i" ?,C9(B)
("/z" ?,C?(B)
- ("/r" ?,C.(B)
("/." ?,C(B)
("/#" ?,C#(B)
("/$" ?,C$(B)