]> git.lyx.org Git - features.git/commit
Use the LyX name of encodings instead of the LaTeX names.
authorJulien Rioux <jrioux@lyx.org>
Sun, 20 Jan 2013 00:52:30 +0000 (01:52 +0100)
committerJulien Rioux <jrioux@lyx.org>
Mon, 18 Feb 2013 22:52:42 +0000 (23:52 +0100)
commit9dd1b7c578153b7138f27600a93a1dbedec48af9
treed5348146865c211518aaef9e2f1a046a1856aa27
parent4367d81b011cb8ef691e4aa4e36712192a6a7b5c
Use the LyX name of encodings instead of the LaTeX names.

- Use the LyX name of encodings instead of the LaTeX names.
  The LyX name must be unique, while the name used by LaTeX
  not necessarily, e.g. different packages might implement
  support for the same encoding.

- Rename koi8 to koi8-r, so that the LyX and LaTeX names match.

- Rename euc-jp-plain to euc-jp-platex, jis-plain to jis-platex
  and shift-jis-plain to shift-jis-platex.

- Add utf8-platex encoding (fixes #8408).

LyX file format incremented to 463.
12 files changed:
development/FORMAT
lib/encodings
lib/languages
lib/lyx2lyx/lyx_2_1.py
src/BufferParams.cpp
src/BufferParams.h
src/frontends/qt4/GuiDocument.cpp
src/support/unicode.cpp
src/tex2lyx/Preamble.cpp
src/tex2lyx/TODO.txt
src/tex2lyx/tex2lyx.cpp
src/version.h