]> git.lyx.org Git - lyx.git/blobdiff - src/support/lstrings.h
Make it possible to uses non-ascii labelstring, endlabelstring and
[lyx.git] / src / support / lstrings.h
index b0016bf8469941be67ba757c8d267c41f2181bd1..16288e6f44350e59b76ae653bbba5014bee6394f 100644 (file)
@@ -72,6 +72,9 @@ bool isHex(lyx::docstring const & str);
 
 int hexToInt(lyx::docstring const & str);
 
+/// is \p str pure ascii?
+bool isAscii(docstring const & str);
+
 ///
 char lowercase(char c);