summaryrefslogtreecommitdiff
path: root/utf8.h
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2011-11-09 15:11:54 -0700
committerKarl Williamson <public@khwilliamson.com>2011-11-10 15:20:34 -0700
commit7eb168e2fb109f4f812b9cf0f921e51cedd42824 (patch)
treeae90a6149eead864672722d521297a7c292f53b3 /utf8.h
parent84ea5ef60b4892d6c262690549b1bd78970108e4 (diff)
downloadperl-7eb168e2fb109f4f812b9cf0f921e51cedd42824.tar.gz
utf8.h: clarify comment
Diffstat (limited to 'utf8.h')
-rw-r--r--utf8.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/utf8.h b/utf8.h
index ed73e23645..de01f805a7 100644
--- a/utf8.h
+++ b/utf8.h
@@ -60,7 +60,8 @@ EXTCONST unsigned char PL_utf8skip[] = {
1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, /* bogus */
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, /* scripts */
3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,5,5,5,5,6,6, /* cjk etc. */
-7,13, /* Perl extended (not UTF-8). Up to 72bit allowed (64-bit + reserved). */
+7,13, /* Perl extended (not official UTF-8). Up to 72bit allowed (64-bit +
+ reserved). */
};
#else
EXTCONST unsigned char PL_utf8skip[];