]> git.lyx.org Git - lyx.git/blobdiff - src/support/lstrings.h
Add quote style information to languages
[lyx.git] / src / support / lstrings.h
index ae68c49df55a5c881794fbb14d428320875d97be..d0f74803658fdadeafb6161ebcf6b40516a1be14 100644 (file)
@@ -45,7 +45,9 @@ bool isStrUnsignedInt(std::string const & str);
 bool isStrDbl(std::string const & str);
 
 /// does the string contain a digit?
-bool hasDigit(docstring const & str);
+bool hasDigitASCII(docstring const & str);
+
+bool isHexChar(char_type);
 
 bool isHex(docstring const & str);