aboutsummaryrefslogtreecommitdiff
path: root/libutf.h
diff options
context:
space:
mode:
Diffstat (limited to 'libutf.h')
-rw-r--r--libutf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libutf.h b/libutf.h
index 4d3f91c..a2b81b7 100644
--- a/libutf.h
+++ b/libutf.h
@@ -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 */