mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-25 07:28:20 +00:00
Correct and update the mapping of LaTeX encodings
* lisp/international/latexenc.el (latex-inputenc-coding-alist): Fix the association of latin5. (Bug#36253) Uncomment latin10 and map it to iso-8859-16.
This commit is contained in:
parent
58a3c54c7e
commit
e555bca80d
@ -68,9 +68,9 @@
|
||||
("latin2" . iso-8859-2)
|
||||
("latin3" . iso-8859-3)
|
||||
("latin4" . iso-8859-4)
|
||||
("latin5" . iso-8859-5)
|
||||
("latin5" . iso-8859-9)
|
||||
("latin9" . iso-8859-15)
|
||||
;; ("latin10" . undecided)
|
||||
("latin10" . iso-8859-16)
|
||||
;; ("macce" . undecided) ; Apple Central European
|
||||
("next" . next) ; The Next encoding
|
||||
("utf8" . utf-8)
|
||||
|
Loading…
Reference in New Issue
Block a user