]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathChar.cpp
Years forgotten files.
[lyx.git] / src / mathed / InsetMathChar.cpp
index e23723ca8d3a6ed17b1dd117ae49faab4b9900e5..2e62ffcd6073d8732edcada6e45e50c60fbf68c7 100644 (file)
@@ -140,7 +140,7 @@ void InsetMathChar::write(WriteStream & os) const
 
 void InsetMathChar::validate(LaTeXFeatures & features) const
 {
-       if (char_ >= 0x80)
+       if (!isASCII(char_))
                encodings.validate(char_, features, true);
 }