summaryrefslogtreecommitdiffstats
path: root/generic/tclUtf.c
diff options
context:
space:
mode:
Diffstat (limited to 'generic/tclUtf.c')
-rw-r--r--generic/tclUtf.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/generic/tclUtf.c b/generic/tclUtf.c
index 1ef35a6..34fcdb5 100644
--- a/generic/tclUtf.c
+++ b/generic/tclUtf.c
@@ -69,11 +69,11 @@ static CONST unsigned char totalBytes[256] = {
2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,
3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,
#if TCL_UTF_MAX > 3
- 4,4,4,4,4,4,4,4,
+ 4,4,4,4,4,
#else
- 1,1,1,1,1,1,1,1,
+ 1,1,1,1,1,
#endif
- 1,1,1,1,1,1,1,1
+ 1,1,1,1,1,1,1,1,1,1,1
};
/*