]> git.lyx.org Git - lyx.git/commit
Separation of the various names for encodings.
authorJulien Rioux <jrioux@lyx.org>
Sat, 19 Jan 2013 18:47:15 +0000 (19:47 +0100)
committerJulien Rioux <jrioux@lyx.org>
Tue, 22 Jan 2013 22:43:18 +0000 (23:43 +0100)
commit2eea1590b1016d873608e6b86d2a8dd08f01ed65
treee11005234e278548c057dbd347a81993a8c0cd87
parentb42604c7aa0551c4761605f1e9131b05522c98b5
Separation of the various names for encodings.

Provide functions for translating to the LyX name
of an encoding from either a LaTeX name or an Iconv
name, with the possibility to specify the package.
This is in anticipation of changing to use the LyX
name of the encoding in the .lyx file format and
allowing multiple lib/encodings entries to have
the same LaTeX name (but different packages!).

The tex2lyx parser needs to worry about the iconv
name of the input encoding, so store that instead
of the latex name.
src/Encoding.cpp
src/Encoding.h
src/Layout.cpp
src/Text.cpp
src/tex2lyx/Parser.cpp
src/tex2lyx/Parser.h
src/tex2lyx/Preamble.cpp
src/tex2lyx/tex2lyx.cpp
src/tex2lyx/tex2lyx.h
src/tex2lyx/text.cpp