diff options
author | Karl Williamson <public@khwilliamson.com> | 2013-10-01 09:26:40 -0600 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2013-10-03 23:19:42 -0600 |
commit | a9c9e371c40cf388593577cf577494e91793f62a (patch) | |
tree | 94a2f8d530cb8bd2798fcad2fac40981d6f7f633 /charclass_invlists.h | |
parent | 8d70cb4adbd998d2466050b89cbfaf350f796430 (diff) | |
download | perl-a9c9e371c40cf388593577cf577494e91793f62a.tar.gz |
Upgrade to Unicode 6.3
Diffstat (limited to 'charclass_invlists.h')
-rw-r--r-- | charclass_invlists.h | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/charclass_invlists.h b/charclass_invlists.h index c2f9f248b1..8cd02bdb1f 100644 --- a/charclass_invlists.h +++ b/charclass_invlists.h @@ -111,7 +111,7 @@ static const UV PerlSpace_invlist[] = { #ifndef PERL_IN_XSUB_RE static const UV XPerlSpace_invlist[] = { - 23, /* Number of elements */ + 21, /* Number of elements */ 148565664, /* Version and data structure type */ 1, /* 0 if the list starts at 0; 1 if it starts at the element beyond 0 */ @@ -126,8 +126,6 @@ static const UV XPerlSpace_invlist[] = { 161, 5760, 5761, - 6158, - 6159, 8192, 8203, 8232, @@ -253,7 +251,7 @@ static const UV PosixBlank_invlist[] = { #ifndef PERL_IN_XSUB_RE static const UV XPosixBlank_invlist[] = { - 19, /* Number of elements */ + 17, /* Number of elements */ 148565664, /* Version and data structure type */ 1, /* 0 if the list starts at 0; 1 if it starts at the element beyond 0 */ @@ -266,8 +264,6 @@ static const UV XPosixBlank_invlist[] = { 161, 5760, 5761, - 6158, - 6159, 8192, 8203, 8239, @@ -493,7 +489,7 @@ static const UV PosixSpace_invlist[] = { #ifndef PERL_IN_XSUB_RE static const UV XPosixSpace_invlist[] = { - 23, /* Number of elements */ + 21, /* Number of elements */ 148565664, /* Version and data structure type */ 1, /* 0 if the list starts at 0; 1 if it starts at the element beyond 0 */ @@ -508,8 +504,6 @@ static const UV XPosixSpace_invlist[] = { 161, 5760, 5761, - 6158, - 6159, 8192, 8203, 8232, |