]> git.lyx.org Git - lyx.git/blobdiff - src/Encoding.h
Fix the rest of bug 5010.
[lyx.git] / src / Encoding.h
index 4de351283698b1119fa163e11f9b30f12f8590f7..069431b22f2fc6538b775c50d357920fb3a432d9 100644 (file)
@@ -166,6 +166,12 @@ public:
         * \p c is a known character matching the preamble entry.
         */
        static bool isKnownScriptChar(char_type const c, std::string & preamble);
+       /**
+        * Do we have to output this character as LaTeX command in any case?
+        * This is true if the "forced" flag is set.
+        * We need this if the inputencoding does not support a certain glyph.
+        */
+       static bool isForced(char_type c);
        /**
         * Convert \p c to something that LaTeX can understand in math mode.
         * \return whether \p command is a math mode command