mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-06-14 12:31:25 +00:00
Add a few more translations to iso-transl.el
* lisp/international/iso-transl.el (iso-transl-char-map): Add a few more translations for accented characters and arrows. (Bug#80515)
This commit is contained in:
parent
b7dedde7aa
commit
f8d9ecb1b0
1 changed files with 4 additions and 0 deletions
|
|
@ -126,6 +126,8 @@
|
|||
("*." . [?·])
|
||||
(".." . [?·])
|
||||
(".z" . [?ż])
|
||||
(".i" . [?ı])
|
||||
(".I" . [?İ])
|
||||
("//" . [?÷])
|
||||
("/A" . [?Å])
|
||||
("/L" . [?Ł])
|
||||
|
|
@ -296,6 +298,8 @@
|
|||
("a<" . [?←])
|
||||
("a>" . [?→])
|
||||
("a=" . [?↔])
|
||||
("a^" . [?↑])
|
||||
("av" . [?↓])
|
||||
("ae" . [?æ])
|
||||
("AE" . [?Æ])
|
||||
("_-" . [?−])
|
||||
|
|
|
|||
Loading…
Reference in a new issue