changeset 46261:9bdff8283f91

("latin-3-prefix"): Remove bogus Latin-3 characters and ~o -> ,Cu(B, ~O -> ,CU(B.
author Kenichi Handa <handa@m17n.org>
date Tue, 09 Jul 2002 00:29:36 +0000
parents b1e78489c540
children 0df96ec2ceb8
files leim/quail/latin-pre.el
diffstat 1 files changed, 1 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- a/leim/quail/latin-pre.el	Tue Jul 09 00:12:23 2002 +0000
+++ b/leim/quail/latin-pre.el	Tue Jul 09 00:29:36 2002 +0000
@@ -589,7 +589,7 @@
   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 @@
  ("\"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 @@
  ("/h" ?,C1(B)
  ("/i" ?,C9(B)
  ("/z" ?,C?(B)
- ("/r" ?,C.(B)
  ("/." ?,C(B)
  ("/#" ?,C#(B)
  ("/$" ?,C$(B)