]> git.lyx.org Git - features.git/blobdiff - src/support/textutils.h
Amend efc0877f
[features.git] / src / support / textutils.h
index f5965882ec3b3d31c8f1ae68900667a286cac3ab..3c29c9223cbb6dd2ef0c63b0445849c0bee9ad2c 100644 (file)
@@ -44,6 +44,14 @@ bool isSpace(char_type c);
 /// return true if a unicode char is a numeral.
 bool isNumber(char_type c);
 
+/// return true if a unicode char has the direction attribute
+/// Common Number Separator [CS]
+bool isCommonNumberSeparator(char_type c);
+
+/// return true if a unicode char has the direction attribute
+/// European Number Terminator [ET]
+bool isEuropeanNumberTerminator(char_type c);
+
 /// return whether \p c is a digit in the ASCII range
 bool isDigitASCII(char_type c);