emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master e555bca: Correct and update the mapping of LaTeX en


From: Eli Zaretskii
Subject: [Emacs-diffs] master e555bca: Correct and update the mapping of LaTeX encodings
Date: Sat, 22 Jun 2019 04:52:59 -0400 (EDT)

branch: master
commit e555bca80d615646ea2c435a4f5fcc675e88d59c
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    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.
---
 lisp/international/latexenc.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/international/latexenc.el b/lisp/international/latexenc.el
index 83acce6..f335f27 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]