Add support for some Polish characters with `C-x 8'

* lisp/international/iso-transl.el: Add support for some Polish
characters (bug#52173).
Copyright-paperwork-exempt: yes
This commit is contained in:
Tor Kringeland 2021-12-03 17:40:14 +01:00 committed by Lars Ingebrigtsen
parent 32a8b3bc22
commit b56f2737c6

View file

@ -86,23 +86,33 @@
("\"y" . [?ÿ])
("''" . [?´])
("'A" . [])
("'C" . [])
("'E" . [])
("'I" . [])
("'N" . [])
("'O" . [])
("'S" . [])
("'U" . [])
("'Y" . [])
("'Z" . [])
("'a" . [])
("'c" . [])
("'e" . [])
("'i" . [])
("'n" . [])
("'o" . [])
("'s" . [])
("'u" . [])
("'y" . [])
("'z" . [])
("*$" . [])
("$" . [])
("*+" . [])
("+" . [])
(",," . [?¸])
(",A" . [])
(",C" . [])
(",a" . [])
(",c" . [])
("*-" . [?­])
("-" . [?­])
@ -110,9 +120,11 @@
("." . [])
("//" . [])
("/A" . [])
("/L" . [])
("/E" . [])
("/O" . [])
("/a" . [])
("/l" . [])
("/e" . [])
("/o" . [])
("1/2" . [])