We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c69568 commit 6ed877cCopy full SHA for 6ed877c
src/lib_json/json_tool.h
@@ -43,7 +43,7 @@ static inline std::string codePointToUTF8(unsigned int cp) {
43
return result;
44
}
45
46
-/// Returns true if ch is a control character (in range [0,32]).
+/// Returns true if ch is a control character (in range [1,31]).
47
static inline bool isControlCharacter(char ch) { return ch > 0 && ch <= 0x1F; }
48
49
enum {
0 commit comments