]> git.lyx.org Git - features.git/commit
Fix wrong listings preamble encoding (bug #9382)
authorGeorg Baum <baum@lyx.org>
Thu, 12 Feb 2015 20:29:54 +0000 (21:29 +0100)
committerGeorg Baum <baum@lyx.org>
Thu, 12 Feb 2015 20:29:54 +0000 (21:29 +0100)
commit15d1349847c68b2f60a487eb5b91e1f3d7a0573a
treea07f871716b310d5d4afb5d30418a205618aefc7
parent8a70d0ff9a09c5cdb180650935aefb4b9f8841df
Fix wrong listings preamble encoding (bug #9382)

The listings package employs some dirty tricks internally, therefore it does
not work with utf8 encoding, but requires fixed width encodings. This version
of the fix uses ugly hardcoding instead of a layout file format change, so it
could be backported if needed.
src/LaTeXFeatures.cpp
src/insets/InsetListings.cpp
status.21x