]> git.lyx.org Git - features.git/commit
Add support for input encoding handling by lyx2lyx.
authorJosé Matox <jamatos@lyx.org>
Mon, 7 Aug 2006 14:10:41 +0000 (14:10 +0000)
committerJosé Matox <jamatos@lyx.org>
Mon, 7 Aug 2006 14:10:41 +0000 (14:10 +0000)
commit6785e442cf113b7ab9912104ff3a906d460e239f
tree1eefddae544e9d81f7d3c82f26802037a13d23dc
parent9e832550ad9d3e7592e800a6aad142acfacd8129
Add support for input encoding handling by lyx2lyx.

Support all lyx files (support goes to lyx-0.6 the first public available lyx version).

Fine tune the guessing of the lyx version used to produce the document (only useful for 2.10 and 2.15 documents).

Support to convertion to utf-8 encoding was added but it is not (yet) active.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14558 a592a061-630c-0410-9148-cb99ea01b6c8
13 files changed:
lib/lyx2lyx/LyX.py
lib/lyx2lyx/lyx_0_06.py [new file with mode: 0644]
lib/lyx2lyx/lyx_0_08.py
lib/lyx2lyx/lyx_0_10.py
lib/lyx2lyx/lyx_0_12.py
lib/lyx2lyx/lyx_1_0.py [new file with mode: 0644]
lib/lyx2lyx/lyx_1_0_0.py [deleted file]
lib/lyx2lyx/lyx_1_0_1.py [deleted file]
lib/lyx2lyx/lyx_1_1.py [new file with mode: 0644]
lib/lyx2lyx/lyx_1_1_4.py [deleted file]
lib/lyx2lyx/lyx_1_1_6_0.py
lib/lyx2lyx/lyx_1_1_6_3.py
lib/lyx2lyx/lyx_1_5.py