]> git.lyx.org Git - lyx.git/blobdiff - src/support/textutils.h
Fix bug 1826 + A more precise parser for bibtex files based on the description found...
[lyx.git] / src / support / textutils.h
index 50d9acb7f7a3fb076eea7856252ec4e8ebe69c3a..044d21625cde991be16502a1b279000ffe9a4d83 100644 (file)
@@ -39,6 +39,9 @@ bool isPrintable(char_type c);
 /// return true if the char is printable and not a space
 bool isPrintableNonspace(char_type c);
 
+/// return true if a unicode char is a space.
+bool isSpace(char_type c);
+
 /// return true if a unicode char is a digit.
 bool isDigit(char_type c);