("latin-1-prefix"): Change ~s to give ,A'(B and

add ~p for ,A6(B.
This commit is contained in:
Dave Love 2000-08-23 22:12:28 +00:00
parent ffa85ae7a5
commit 5a76406cf3
2 changed files with 8 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2000-08-23 Dave Love <fx@gnu.org>
* quail/latin-pre.el ("latin-1-prefix"): Change ~s to give ,A'(B and
add ~p for ,A6(B.
2000-07-18 Kenichi Handa <handa@etl.go.jp>
* quail/japanese.el ("japanese"): Fix docstring.

View file

@ -51,7 +51,7 @@
cedilla | ~ | ~c -> ,Ag(B
misc | \" ~ / | \"s -> ,A_(B ~d -> ,Ap(B ~t -> ,A~(B /a -> ,Ae(B /e -> ,Af(B /o -> ,Ax(B
symbol | ~ | ~> -> ,A;(B ~< -> ,A+(B ~! -> ,A!(B ~? -> ,A?(B ~~ -> ,A8(B
| ~ | ~p -> ,A'(B ~x -> ,A$(B ~. -> ,A7(B ~$ -> ,A#(B ~u -> ,A5(B
| ~ | ~s -> ,A'(B ~x -> ,A$(B ~. -> ,A7(B ~$ -> ,A#(B ~u -> ,A5(B ~p -> ,A6(B
symbol | _ / | _o -> ,A:(B _a -> ,A*(B // -> ,A0(B /\\ -> ,AW(B _y -> ,A%(B
| _ / | _: -> ,Aw(B /c -> ,A"(B /2 -> ,A=(B /4 -> ,A<(B /3 -> ,A>(B
symbol | ^ | ^r -> ,A.(B ^c -> ,A)(B ^2 -> ,A2(B ^3 -> ,A3(B
@ -147,7 +147,8 @@
("/2" ?,A=(B)
("/4" ?,A<(B)
("/3" ?,A>(B)
("~p" ?,A'(B)
("~s" ?,A'(B)
("~p" ?,A6(B)
("~x" ?,A$(B)
("~." ?,A7(B)
("~$" ?,A#(B)