diff options
author | Karl Williamson <public@khwilliamson.com> | 2012-12-16 11:50:34 -0700 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2012-12-16 12:11:06 -0700 |
commit | bff53399755564f2324c7d6362d84595da6d8db3 (patch) | |
tree | f64c4ef75223bdb63144d280e8a33696a89bf9e9 /regen/regcharclass.pl | |
parent | 632c9f80dfaf91e6a695c9a916ab6136110e4ac7 (diff) | |
download | perl-bff53399755564f2324c7d6362d84595da6d8db3.tar.gz |
Rename property involved in \X matching, for clarity
I was re-reading some code and got confused. This table matches just
the first character of a sequence that may or may not contain others.
Diffstat (limited to 'regen/regcharclass.pl')
-rwxr-xr-x | regen/regcharclass.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regen/regcharclass.pl b/regen/regcharclass.pl index 5d37e8520e..386302504b 100755 --- a/regen/regcharclass.pl +++ b/regen/regcharclass.pl @@ -1444,9 +1444,9 @@ GCB_RI: Grapheme_Cluster_Break=RI => UTF8 :fast \p{_X_RI} -GCB_SPECIAL_BEGIN: Grapheme_Cluster_Break=special_begins +GCB_SPECIAL_BEGIN_START: Grapheme_Cluster_Break=special_begin_starts => UTF8 :fast -\p{_X_Special_Begin} +\p{_X_Special_Begin_Start} GCB_T: Grapheme_Cluster_Break=T => UTF8 :fast |