]> git.lyx.org Git - lyx.git/commit
Handle properly unicode paragraph/line break
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Mon, 7 Nov 2016 09:14:39 +0000 (10:14 +0100)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 10 Nov 2016 08:37:36 +0000 (09:37 +0100)
commit6dfbab31245df074df4d1664321e2ff434f3ca6a
treea522fa654aa2a4a16e3833c1a4986f44eb5acb6a
parent3ade00683c6c6a2d1a096a6b5098a4636f883f33
Handle properly unicode paragraph/line break

They are shown on screen by arrow or pilcrow symbol and cause a line break.

They are still not handled in LaTeX output, though.
src/Paragraph.cpp
src/TextMetrics.cpp