bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#36253: 26.1; latex latin5 inputenc


From: Daniel Gildea
Subject: bug#36253: 26.1; latex latin5 inputenc
Date: Sun, 16 Jun 2019 16:46:11 -0400

When emacs opens a latex file and sees
 \usepackage[latin5]{inputenc}
it thinks the character encoding is iso-8859-5,
but according to the latex documentation at
 http://texdoc.net/texmf-dist/doc/latex/base/inputenc.pdf 
it should be iso-8859-9.

I think the line
    ("latin5" . iso-8859-5)
in lisp/international/latexenc.el should be
    ("latin5" . iso-8859-9)





reply via email to

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