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:
Eli Zaretskii 2026-03-01 08:51:47 +02:00
parent b7dedde7aa
commit f8d9ecb1b0

View file

@ -126,6 +126,8 @@
("*." . [])
(".." . [])
(".z" . [])
(".i" . [?ı])
(".I" . [])
("//" . [])
("/A" . [])
("/L" . [])
@ -296,6 +298,8 @@
("a<" . [?←])
("a>" . [?→])
("a=" . [?↔])
("a^" . [?↑])
("av" . [?↓])
("ae" . [])
("AE" . [])
("_-" . [?])