diff options
Diffstat (limited to 'libutf.h')
| -rw-r--r-- | libutf.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ typedef unsigned long Rune; #endif #endif -#define UTFmax 6 /* maximum bytes per rune */ +#define UTFmax 4 /* maximum bytes per rune */ #define Runeself 0x80 /* rune and utf are equal (<) */ #define Runemax RUNE_C(0x10FFFF) /* maximum rune value */ |
