]> git.lyx.org Git - lyx.git/blobdiff - src/support/textutils.h
Maintain plain layout for separating paragraphs when switching layouts (#11936)
[lyx.git] / src / support / textutils.h
index 314ea7588d26943b281f177b9c2d532f9d0e37ae..3c29c9223cbb6dd2ef0c63b0445849c0bee9ad2c 100644 (file)
@@ -45,8 +45,8 @@ bool isSpace(char_type c);
 bool isNumber(char_type c);
 
 /// return true if a unicode char has the direction attribute
-/// European Number Separator [ES]
-bool isEuropeanNumberSeparator(char_type c);
+/// Common Number Separator [CS]
+bool isCommonNumberSeparator(char_type c);
 
 /// return true if a unicode char has the direction attribute
 /// European Number Terminator [ET]