From: Eli Zaretskii Date: Sat, 22 Jun 2019 08:51:50 +0000 (+0300) Subject: Correct and update the mapping of LaTeX encodings X-Git-Tag: emacs-27.0.90~2330 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e555bca80d615646ea2c435a4f5fcc675e88d59c;p=emacs.git 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. --- diff --git a/lisp/international/latexenc.el b/lisp/international/latexenc.el index 83acce60d3d..f335f277e64 100644 --- a/lisp/international/latexenc.el +++ b/lisp/international/latexenc.el @@ -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)