]> git.lyx.org Git - lyx.git/blobdiff - src/Encoding.h
... and RELEASE-NOTES
[lyx.git] / src / Encoding.h
index 5e289ca701263e8c9e37dbfe45c1c7e139ad6afa..0f6e8ff4386b8b4b6f269f3ecd815cd96ce49f1a 100644 (file)
@@ -286,6 +286,12 @@ public:
         * letters and accented characters that are output as math commands.
         */
        static bool isMathAlpha(char_type c);
+       /**
+        * Do we have to wrap in \text this character when in mathmode?
+        * This is true if \p c is not ascii and the "mathalpha" flag is not
+        * set and a mathcommand is not defined in the unicodesymbols file.
+        */
+       static bool isUnicodeTextOnly(char_type c);
        /**
         * Register \p c as a mathmode command.
         */