]> git.lyx.org Git - lyx.git/blobdiff - src/support/textutils.h
Constify some catches and others
[lyx.git] / src / support / textutils.h
index 99594f32c3dfa5092e50a696ad1881b9ae451ab6..af7736c3c57c38f4a84ee780c9078e5ab74c6490 100644 (file)
@@ -41,8 +41,8 @@ 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);
+/// return true if a unicode char is a numeral.
+bool isNumber(char_type c);
 
 /// return whether \p c is a digit in the ASCII range
 bool isDigitASCII(char_type c);