unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#36253: 26.1; latex latin5 inputenc
@ 2019-06-16 20:46 Daniel Gildea
  2019-06-22  8:53 ` Eli Zaretskii
  0 siblings, 1 reply; 2+ messages in thread
From: Daniel Gildea @ 2019-06-16 20:46 UTC (permalink / raw)
  To: 36253

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)





^ permalink raw reply	[flat|nested] 2+ messages in thread

* bug#36253: 26.1; latex latin5 inputenc
  2019-06-16 20:46 bug#36253: 26.1; latex latin5 inputenc Daniel Gildea
@ 2019-06-22  8:53 ` Eli Zaretskii
  0 siblings, 0 replies; 2+ messages in thread
From: Eli Zaretskii @ 2019-06-22  8:53 UTC (permalink / raw)
  To: Daniel Gildea; +Cc: 36253-done

> Date: Sun, 16 Jun 2019 16:46:11 -0400
> From: Daniel Gildea <gildea@cs.rochester.edu>
> 
> 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)

Thanks, I made that change, and also added the proper mapping for
latin10.





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-06-22  8:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-16 20:46 bug#36253: 26.1; latex latin5 inputenc Daniel Gildea
2019-06-22  8:53 ` Eli Zaretskii

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).