("spanish-postfix"): Add rule U" and u".

This commit is contained in:
Kenichi Handa 1999-03-04 02:33:26 +00:00
parent b64ef3fb2f
commit b4c103aeee

View file

@ -1314,6 +1314,8 @@ a'' -> a' n~~ -> n~, etc.
("o'" ?,As(B)
("U'" ?,AZ(B)
("u'" ?,Az(B)
("U\"" ?,C\(B)
("u\"" ?,C|(B)
("N~" ?,AQ(B)
("n~" ?,Aq(B)
("?/" ?,A?(B)
@ -1329,6 +1331,8 @@ a'' -> a' n~~ -> n~, etc.
("o''" ["o'"])
("U''" ["U'"])
("u''" ["u'"])
("U\"" ["U\""])
("u\"" ["U\""])
("N~~" ["N~"])
("n~~" ["n~"])
("?//" ["?/"])