X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fsupport%2Ftextutils.h;h=af7736c3c57c38f4a84ee780c9078e5ab74c6490;hb=51c380440b0b2d5f04158e67047727ba1f985dc4;hp=99594f32c3dfa5092e50a696ad1881b9ae451ab6;hpb=0940cd77d441938c8ea0849a213b869c8e5f9d74;p=lyx.git diff --git a/src/support/textutils.h b/src/support/textutils.h index 99594f32c3..af7736c3c5 100644 --- a/src/support/textutils.h +++ b/src/support/textutils.h @@ -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);