There was an error while loading. Please reload this page.
1 parent 78e75a8 commit bbeb64aCopy full SHA for bbeb64a
1 file changed
include/jsonparser/stringparsing.h
@@ -34,7 +34,7 @@ static const u8 escape_map[256] = {
34
35
// handle a unicode codepoint
36
// write appropriate values into dest
37
-// src will always advance 6 bytes
+// src will advance 6 bytes or 12 bytes
38
// dest will advance a variable amount (return via pointer)
39
// return true if the unicode codepoint was valid
40
// We work in little-endian then swap at write time
0 commit comments