]> granicus.if.org Git - php/commitdiff
MFH: fixed byte length of utf-8.
authorRui Hirokawa <hirokawa@php.net>
Tue, 18 Oct 2011 14:04:13 +0000 (14:04 +0000)
committerRui Hirokawa <hirokawa@php.net>
Tue, 18 Oct 2011 14:04:13 +0000 (14:04 +0000)
ext/mbstring/libmbfl/filters/mbfilter_utf8.c

index ec7fab356402ff3dbb0d6030dfd4f6a94e7075f2..e196df147c60297b3bf9eaf0d90c6eb024247e42 100644 (file)
@@ -52,7 +52,7 @@ const unsigned char mblen_table_utf8[] = {
        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,
-       4, 4, 4, 4, 4, 4, 4, 4, 1, 1, 1, 1, 1, 1, 1, 1
+       4, 4, 4, 4, 4, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1
 };
 
 static const char *mbfl_encoding_utf8_aliases[] = {"utf8", NULL};