]> git.lyx.org Git - lyx.git/commit
First serious step for utf8 file format format. tex2lyx is now able to
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Sun, 16 Nov 2008 17:02:00 +0000 (17:02 +0000)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Sun, 16 Nov 2008 17:02:00 +0000 (17:02 +0000)
commit337c6d157754e2f613ddbc3bca072ca658282edf
tree3102231dd9ab2b8a43d3df7de045eb128b775f9e
parentf8f5a7b28d4c6fb432055911b81d01505696e66b
First serious step for utf8 file format format. tex2lyx is now able to
read utf8 tex documents and translate them to lyxformat 249.

There is still no code to discover the encoding and use it, but it is the
easiest part (I hope).

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27563 a592a061-630c-0410-9148-cb99ea01b6c8
src/tex2lyx/Parser.cpp
src/tex2lyx/Parser.h
src/tex2lyx/math.cpp
src/tex2lyx/preamble.cpp
src/tex2lyx/table.cpp
src/tex2lyx/tex2lyx.cpp
src/tex2lyx/text.cpp