Add bindings for ligature oe to iso-transl-char-map
* lisp/international/iso-transl.el (iso-transl-char-map): Add bindings for small and capital ligature oe. (Bug#23420)
This commit is contained in:
parent
be82888347
commit
3a18c82b8e
1 changed files with 2 additions and 0 deletions
|
@ -177,6 +177,8 @@
|
|||
("c" . [?¢])
|
||||
("*o" . [?°])
|
||||
("o" . [?°])
|
||||
("Oe" . [?œ])
|
||||
("OE" . [?Œ])
|
||||
("*u" . [?µ])
|
||||
("u" . [?µ])
|
||||
("*m" . [?µ])
|
||||
|
|
Loading…
Add table
Reference in a new issue