summaryrefslogtreecommitdiff
path: root/charclass_invlists.h
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2012-10-12 11:24:34 -0600
committerKarl Williamson <public@khwilliamson.com>2012-10-14 09:03:36 -0600
commit9ffebac4d942e0e3785b33375ecf7c9fba8711f7 (patch)
tree76bb1c98fca2c3429ea2593844fca26f2d543524 /charclass_invlists.h
parenta099d8e14d03a773682367cb21ec2b6a44905d87 (diff)
downloadperl-9ffebac4d942e0e3785b33375ecf7c9fba8711f7.tar.gz
regen/mk_invlists.pl: Make list for multi-fold chars
This causes charclass_invlists.h to have a new list of all the characters whose fold is a sequence of more than one character.
Diffstat (limited to 'charclass_invlists.h')
-rw-r--r--charclass_invlists.h67
1 files changed, 67 insertions, 0 deletions
diff --git a/charclass_invlists.h b/charclass_invlists.h
index bbe2452c05..6b5e4c0009 100644
--- a/charclass_invlists.h
+++ b/charclass_invlists.h
@@ -611,4 +611,71 @@ UV NonL1_Perl_Non_Final_Folds_invlist[] = {
8061
};
+UV _Perl_Multi_Char_Folds_invlist[] = {
+ 58, /* Number of elements */
+ 0, /* Current iteration position */
+ 0, /* Cache of previous search index result */
+ 290655244, /* Version and data structure type */
+ 1, /* 0 if this is the first element of the list proper;
+ 1 if the next element is the first */
+ 223,
+ 224,
+ 304,
+ 305,
+ 329,
+ 330,
+ 496,
+ 497,
+ 912,
+ 913,
+ 944,
+ 945,
+ 1415,
+ 1416,
+ 7830,
+ 7835,
+ 7838,
+ 7839,
+ 8016,
+ 8017,
+ 8018,
+ 8019,
+ 8020,
+ 8021,
+ 8022,
+ 8023,
+ 8064,
+ 8112,
+ 8114,
+ 8117,
+ 8118,
+ 8120,
+ 8124,
+ 8125,
+ 8130,
+ 8133,
+ 8134,
+ 8136,
+ 8140,
+ 8141,
+ 8146,
+ 8148,
+ 8150,
+ 8152,
+ 8162,
+ 8165,
+ 8166,
+ 8168,
+ 8178,
+ 8181,
+ 8182,
+ 8184,
+ 8188,
+ 8189,
+ 64256,
+ 64263,
+ 64275,
+ 64280
+};
+
/* ex: set ro: */