("polish-slash"): Add the rule "//"->?/.
This commit is contained in:
parent
a3723f134b
commit
458d077002
2 changed files with 6 additions and 1 deletions
|
|
@ -1,3 +1,7 @@
|
|||
2003-05-01 Bzyl Wlodzimierz <matwb@julia.univ.gda.pl> (tiny change)
|
||||
|
||||
* quail/latin-pre.el ("polish-slash"): Add the rule "//"->?/.
|
||||
|
||||
2003-04-05 Andreas Schwab <schwab@suse.de>
|
||||
|
||||
* Makefile.in (install): Remove CVS related and backup files from
|
||||
|
|
|
|||
|
|
@ -700,11 +700,12 @@ Key translation rules are:
|
|||
|
||||
(quail-define-package
|
||||
"polish-slash" "Polish" "PL>" nil
|
||||
"Polish diacritics in Latin-2 encoding are input as `/[acelnosxzACELNOSXZ]'.
|
||||
"Polish diacritics and slash character are input as `/[acelnosxzACELNOSXZ/]'.
|
||||
For example, the character named `aogonek' is obtained by `/a'."
|
||||
nil t t t nil nil nil nil nil nil t)
|
||||
|
||||
(quail-define-rules
|
||||
("//" ?/)
|
||||
("/a" ?,B1(B)
|
||||
("/c" ?,Bf(B)
|
||||
("/e" ?,Bj(B)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue