Skip to content

Commit 24b65a2

Browse files
committedOct 19, 2013
Cleanup
1 parent 507f0ac commit 24b65a2

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed
 

‎c_src/jsonx_str.h

-22
Original file line numberDiff line numberDiff line change
@@ -338,25 +338,3 @@ extend_str_to_jstr(unsigned char *data, unsigned len, unsigned ext){
338338
}
339339
return;
340340
};
341-
342-
/*
343-
//UTF8
344-
0x00000000 - 0x0000007F:
345-
0xxxxxxx
346-
347-
0x00000080 - 0x000007FF:
348-
110xxxxx 10xxxxxx
349-
350-
0x00000800 - 0x0000FFFF:
351-
1110xxxx 10xxxxxx 10xxxxxx
352-
353-
0x00010000 - 0x001FFFFF:
354-
11110xxx 10xxxxxx 10xxxxxx 10xxxxxx
355-
356-
//Conversion
357-
1000_0000 80 128
358-
1100_0000 C0 192
359-
1110_0000 E0 224
360-
1111_0000 F0 240
361-
1111_1000 F8 248
362-
*/

0 commit comments

Comments
 (0)