]> git.eshelyaron.com Git - emacs.git/commitdiff
("latin-3-prefix"): Remove bogus Latin-3
authorKenichi Handa <handa@m17n.org>
Tue, 9 Jul 2002 00:29:36 +0000 (00:29 +0000)
committerKenichi Handa <handa@m17n.org>
Tue, 9 Jul 2002 00:29:36 +0000 (00:29 +0000)
characters and ~o -> \e,Cu\e(B, ~O -> \e,CU\e(B.

leim/quail/latin-pre.el

index b9e2e7d6c180b544d561262045a9931a66ee2c7f..f3a3a398bccb3cdf59039aab75bd51f0e186334d 100644 (file)
@@ -589,7 +589,7 @@ Key translation rules are:
   circumflex |   ^    | ^a -> \e,Cb\e(B
   diaeresis  |   \"    | \"a -> \e,Cd\e(B   \"\" -> \e,C(\e(B
    cedilla   |   ~    | ~c -> \e,Cg\e(B   ~s -> \e,C:\e(B   ~~ -> \e,C8\e(B
-  dot above  | ~ / .  | ~o -> \e,Cu\e(B   /o -> \e,Cu\e(B   .o -> \e,Cu\e(B
+  dot above  |   .    | /g -> \e,Cu\e(B   .g -> \e,Cu\e(B
     misc     | \" ~ /  | \"s -> \e,C_\e(B   ~g -> \e,C;\e(B   ~u -> \e,C}\e(B   /h -> \e,C1\e(B   /i -> \e,C9\e(B
    symbol    |   ~    | ~` -> \e,C"\e(B   /# -> \e,C#\e(B   /$ -> \e,C$\e(B   // -> \e,C0\e(B
 " nil t nil nil nil nil nil nil nil nil t)
@@ -654,17 +654,10 @@ Key translation rules are:
  ("\"s" ?\e,C_\e(B)
  ("\"\"" ?\e,C(\e(B)
  ("\" " ?\")
- ("~A" ?\e,CC\e(B)
  ("~C" ?\e,CG\e(B)
- ("~D" ?\e,CP\e(B)
  ("~N" ?\e,CQ\e(B)
- ("~O" ?\e,CU\e(B)
- ("~a" ?\e,Cc\e(B)
  ("~c" ?\e,Cg\e(B)
- ("~d" ?\e,Cp\e(B)
  ("~n" ?\e,Cq\e(B)
- ("~o" ?\e,Cu\e(B)
- ("~$" ?\e,C%\e(B)
  ("~S" ?\e,C*\e(B)
  ("~s" ?\e,C:\e(B)
  ("~G" ?\e,C+\e(B)
@@ -684,7 +677,6 @@ Key translation rules are:
  ("/h" ?\e,C1\e(B)
  ("/i" ?\e,C9\e(B)
  ("/z" ?\e,C?\e(B)
- ("/r" ?\e,C.\e(B)
  ("/." ?\e,C\7f\e(B)
  ("/#" ?\e,C#\e(B)
  ("/$" ?\e,C$\e(B)