From c88f7420f6aecc55074218f427bfc9e23a8738fe Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Tue, 15 May 2012 22:19:51 -0600 Subject: [PATCH] mktables: Make sure a \p{ID_Continue} is also \p{Word} This is for consistency with ID_Start. This property has yet to be used in the Perl core. --- lib/unicore/mktables | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/unicore/mktables b/lib/unicore/mktables index 9b97537..422d279 100644 --- a/lib/unicore/mktables +++ b/lib/unicore/mktables @@ -13251,6 +13251,8 @@ sub compile_perl() { } } + $perl_xidc &= $Word; + my $gcb = property_ref('Grapheme_Cluster_Break'); # These are used in Unicode's definition of \X my $begin = $perl->add_match_table('_X_Begin', Perl_Extension => 1, -- 1.8.3.1