Reinterpret Esperanto characters in iso-transl as iso-8859-3.
* lisp/international/iso-transl.el (iso-transl-language-alist): Reinterpret Esperanto characters as iso-8859-3 (were: iso-8859-1). (Bug#32371)
This commit is contained in:
parent
a0ef733886
commit
155a885158
1 changed files with 12 additions and 12 deletions
|
@ -234,18 +234,18 @@ sequence VECTOR. (VECTOR is normally one character long.)")
|
|||
;; Language-specific translation lists.
|
||||
(defvar iso-transl-language-alist
|
||||
'(("Esperanto"
|
||||
("C" . [?Æ])
|
||||
("G" . [?Ø])
|
||||
("H" . [?¦])
|
||||
("J" . [?¬])
|
||||
("S" . [?Þ])
|
||||
("U" . [?Ý])
|
||||
("c" . [?æ])
|
||||
("g" . [?ø])
|
||||
("h" . [?¶])
|
||||
("j" . [?¼])
|
||||
("s" . [?þ])
|
||||
("u" . [?ý]))
|
||||
("C" . [?Ĉ])
|
||||
("G" . [?Ĝ])
|
||||
("H" . [?Ĥ])
|
||||
("J" . [?Ĵ])
|
||||
("S" . [?Ŝ])
|
||||
("U" . [?Ŭ])
|
||||
("c" . [?ĉ])
|
||||
("g" . [?ĝ])
|
||||
("h" . [?ĥ])
|
||||
("j" . [?ĵ])
|
||||
("s" . [?ŝ])
|
||||
("u" . [?ŭ]))
|
||||
("French"
|
||||
("C" . [?Ç])
|
||||
("c" . [?ç]))
|
||||
|
|
Loading…
Add table
Reference in a new issue