("latin-1-prefix"): Fix the translation of
"/ " to "/" (instead of " ").
This commit is contained in:
parent
1d10ac5b4b
commit
ec9faeb4d8
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@
|
|||
("/e" ?,Af(B)
|
||||
("/o" ?,Ax(B)
|
||||
("//" ?,A0(B)
|
||||
("/ " ? )
|
||||
("/ " ?/)
|
||||
)
|
||||
|
||||
(quail-define-package
|
||||
|
|
Loading…
Add table
Reference in a new issue