]> git.lyx.org Git - lyx.git/blobdiff - src/Encoding.h
Paragraph::inInset() shall not be used if the owner inset was not initialized. Make...
[lyx.git] / src / Encoding.h
index 37d4608636912234ca687308c9097f370d95c806..dec09502cd5b251a22254eeee30b6c087456b1d4 100644 (file)
@@ -45,7 +45,8 @@ public:
        enum Package {
                none,
                inputenc,
-               CJK
+               CJK,
+               japanese
        };
        ///
        Encoding() {}
@@ -63,6 +64,8 @@ public:
        std::string const & guiName() const { return guiName_; }
        ///
        std::string const & iconvName() const { return iconvName_; }
+       ///
+       bool const & hasFixedWidth() const { return fixedwidth_; }
        /**
         * Convert \p c to something that LaTeX can understand.
         * This is either the character itself (if it is representable