aboutsummaryrefslogtreecommitdiff
path: root/include/libc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libc.h')
-rw-r--r--include/libc.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/libc.h b/include/libc.h
index af4422d1..d16b4043 100644
--- a/include/libc.h
+++ b/include/libc.h
@@ -70,10 +70,11 @@ extern int tokenize(char*, char**, int);
/*
enum
{
- UTFmax = 3,
+ UTFmax = 4,
Runesync = 0x80,
Runeself = 0x80,
- Runeerror = 0x80,
+ Runeerror = 0xFFFD,
+ Runemax = 0x10FFFF,
};
*/