]> git.lyx.org Git - features.git/commit
Introduce "inherit" encoding for latex_language
authorJuergen Spitzmueller <spitz@lyx.org>
Sun, 24 Dec 2017 16:10:42 +0000 (17:10 +0100)
committerJuergen Spitzmueller <spitz@lyx.org>
Sat, 20 Jan 2018 08:22:38 +0000 (09:22 +0100)
commit74a1666531597471d4c5e8c2d487bd5809001ffc
treed2d8393af29a523b58d47ec66cf682ba9a2a49df
parent93893396e43d9253a41abe27b29760893e9522c6
Introduce "inherit" encoding for latex_language

This gets rid of the hardcoded latin1 encoding for verbatim. Instead,
verbatim now inherits the encoding from the context, which is what is
actually wanted here.

Fixes: #9012, #9258
lib/encodings
lib/languages
src/Cursor.cpp
src/Cursor.h
src/DocIterator.cpp
src/DocIterator.h
src/Text.cpp
src/frontends/qt4/GuiDocument.cpp
src/output_latex.cpp