Add more subscript and superscript characters to "C-x 8"

* lisp/international/iso-transl.el (iso-transl-char-map): Add more
numerical superscript and subscript characters.  (Bug#55722)
This commit is contained in:
Eli Zaretskii 2022-05-30 15:58:38 +03:00
parent 004e6ae3f4
commit 78e8893f5d

View file

@ -163,9 +163,30 @@
("S" . [])
("*Y" . [])
("Y" . [])
("^0" . [?⁰])
("^1" . [])
("^2" . [])
("^3" . [])
("^4" . [?⁴])
("^5" . [?⁵])
("^6" . [?⁶])
("^7" . [?⁷])
("^8" . [?⁸])
("^9" . [?⁹])
("^+" . [?⁺])
("^-" . [?⁻])
("_0" . [?₀])
("_1" . [?₁])
("_2" . [?₂])
("_3" . [?₃])
("_4" . [?₄])
("_5" . [?₅])
("_6" . [?₆])
("_7" . [?₇])
("_8" . [?₈])
("_9" . [?₉])
("_+" . [?₊])
("_-" . [?₋])
("^A" . [])
("^E" . [])
("^I" . [])