X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fbufferparams.h;h=036a8efbca8b1ac0e6b62fc31cb466cfb0c89091;hb=e5b8f6956160631022fede155f55bad7951eecb8;hp=578645f3ee4488e4ec92a5588745f7f0a6e7816f;hpb=2db7521b7080d63acbcd3bd5bfe892f5a414b2b0;p=lyx.git diff --git a/src/bufferparams.h b/src/bufferparams.h index 578645f3ee..036a8efbca 100644 --- a/src/bufferparams.h +++ b/src/bufferparams.h @@ -31,6 +31,7 @@ namespace lyx { class AuthorList; class BranchList; class Bullet; +class Encoding; class LyXLex; class LatexFeatures; class Spacing; @@ -185,6 +186,9 @@ public: * do with this setting. */ std::string inputenc; + /// The main encoding used by this buffer for LaTeX output. + /// Individual pieces of text can use different encodings. + Encoding const & encoding() const; /// std::string preamble; ///