libc.h: update comment for 32-bit Rune
http://codereview.appspot.com/116097
This commit is contained in:
parent
a0583cf256
commit
9eec023b80
1 changed files with 3 additions and 2 deletions
|
|
@ -70,10 +70,11 @@ extern int tokenize(char*, char**, int);
|
||||||
/*
|
/*
|
||||||
enum
|
enum
|
||||||
{
|
{
|
||||||
UTFmax = 3,
|
UTFmax = 4,
|
||||||
Runesync = 0x80,
|
Runesync = 0x80,
|
||||||
Runeself = 0x80,
|
Runeself = 0x80,
|
||||||
Runeerror = 0x80,
|
Runeerror = 0xFFFD,
|
||||||
|
Runemax = 0x10FFFF,
|
||||||
};
|
};
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue