diff options
author | Karl Williamson <khw@cpan.org> | 2017-06-20 16:49:27 -0600 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2017-06-20 21:34:58 -0600 |
commit | c492f156708438ef285e754e02f85d4c0a9ef50e (patch) | |
tree | e386ad214fafd3a72f662eae2ac5eca397db6732 /regexec.c | |
parent | 4de305e1db7089f455038c15ad7ead8660f90618 (diff) | |
download | perl-c492f156708438ef285e754e02f85d4c0a9ef50e.tar.gz |
Prepare for Unicode 10.0
This informs mktables of the new files in 10.0, and updates some
comments in other files to reflect new Unicode terminology.
Diffstat (limited to 'regexec.c')
-rw-r--r-- | regexec.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -4345,7 +4345,7 @@ S_isGCB(pTHX_ const GCB_enum before, const GCB_enum after, const U8 * const strb /* Do not break within emoji flag sequences. That is, do not * break between regional indicator (RI) symbols if there is an * odd number of RI characters before the break point. - * GB12 ^ (RI RI)* RI × RI + * GB12 sot (RI RI)* RI × RI * GB13 [^RI] (RI RI)* RI × RI */ while (backup_one_GCB(strbeg, @@ -4637,7 +4637,7 @@ S_isLB(pTHX_ LB_enum before, * only if there are an even number of regional indicators * preceding the position of the break. * - * sot (RI RI)* RI × RI + * sot (RI RI)* RI × RI * [^RI] (RI RI)* RI × RI */ while (backup_one_LB(strbeg, @@ -5167,7 +5167,7 @@ S_isWB(pTHX_ WB_enum previous, * odd number of RI characters before the potential break * point. * - * WB15 ^ (RI RI)* RI × RI + * WB15 sot (RI RI)* RI × RI * WB16 [^RI] (RI RI)* RI × RI */ while (backup_one_WB(&previous, |