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:
parent
004e6ae3f4
commit
78e8893f5d
1 changed files with 21 additions and 0 deletions
|
@ -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" . [?Î])
|
||||
|
|
Loading…
Add table
Reference in a new issue