summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2021-09-15 08:25:27 -0600
committerKarl Williamson <khw@cpan.org>2021-09-15 08:48:04 -0600
commit5c7c2de1bc6dcddd66e6617b3747594ee19229a6 (patch)
tree88bddb8465addd9f1dd1c7e6e603b8b0a1422b69
parentde524f25f5a90dad63fa962cb8585acd86c62a88 (diff)
downloadperl-5c7c2de1bc6dcddd66e6617b3747594ee19229a6.tar.gz
regen/mk_invlists.pl: Add comment
-rw-r--r--charclass_invlists.h2
-rw-r--r--lib/unicore/uni_keywords.pl2
-rw-r--r--regen/mk_invlists.pl2
-rw-r--r--uni_keywords.h2
4 files changed, 5 insertions, 3 deletions
diff --git a/charclass_invlists.h b/charclass_invlists.h
index 3e34e8beec..4daa404be0 100644
--- a/charclass_invlists.h
+++ b/charclass_invlists.h
@@ -420214,5 +420214,5 @@ static const U8 WB_table[23][23] = {
* 50b85a67451145545a65cea370dab8d3444fbfe07e9c34cef560c5b7da9d3eef lib/unicore/version
* 0a6b5ab33bb1026531f816efe81aea1a8ffcd34a27cbea37dd6a70a63d73c844 regen/charset_translations.pl
* 5f8520d3a17ade6317fc0c423f5091470924b1ef425bca0c41ce8e4a9f8460fe regen/mk_PL_charclass.pl
- * 4635ff74b13c8f059599be8d0b0e2aea19fefe6ddcbc4c7deef1a3096c91a0dd regen/mk_invlists.pl
+ * 04a5294218c412e5ee2e0d9f8d22af1d95bbfd2cafae3935cbb6b5871e9f9704 regen/mk_invlists.pl
* ex: set ro: */
diff --git a/lib/unicore/uni_keywords.pl b/lib/unicore/uni_keywords.pl
index 51c63044f4..b08ab3b738 100644
--- a/lib/unicore/uni_keywords.pl
+++ b/lib/unicore/uni_keywords.pl
@@ -1299,5 +1299,5 @@
# 50b85a67451145545a65cea370dab8d3444fbfe07e9c34cef560c5b7da9d3eef lib/unicore/version
# 0a6b5ab33bb1026531f816efe81aea1a8ffcd34a27cbea37dd6a70a63d73c844 regen/charset_translations.pl
# 5f8520d3a17ade6317fc0c423f5091470924b1ef425bca0c41ce8e4a9f8460fe regen/mk_PL_charclass.pl
-# 4635ff74b13c8f059599be8d0b0e2aea19fefe6ddcbc4c7deef1a3096c91a0dd regen/mk_invlists.pl
+# 04a5294218c412e5ee2e0d9f8d22af1d95bbfd2cafae3935cbb6b5871e9f9704 regen/mk_invlists.pl
# ex: set ro:
diff --git a/regen/mk_invlists.pl b/regen/mk_invlists.pl
index cdddbc5e08..8ea6254b57 100644
--- a/regen/mk_invlists.pl
+++ b/regen/mk_invlists.pl
@@ -1561,6 +1561,8 @@ sub output_LB_table() {
# parentheses.
# (AL | HL | NU) × [OP-[\p{ea=F}\p{ea=W}\p{ea=H}]]
+ # (what we call CP and OP here have already been modified by mktables to
+ # exclude the ea items
$lb_table[$lb_enums{'Alphabetic'}][$lb_enums{'Open_Punctuation'}]
= $lb_actions{'LB_NOBREAK'};
$lb_table[$lb_enums{'Hebrew_Letter'}][$lb_enums{'Open_Punctuation'}]
diff --git a/uni_keywords.h b/uni_keywords.h
index 4141c56cc5..51c9fc134b 100644
--- a/uni_keywords.h
+++ b/uni_keywords.h
@@ -7546,6 +7546,6 @@ MPH_VALt match_uniprop( const unsigned char * const key, const U16 key_len ) {
* 50b85a67451145545a65cea370dab8d3444fbfe07e9c34cef560c5b7da9d3eef lib/unicore/version
* 0a6b5ab33bb1026531f816efe81aea1a8ffcd34a27cbea37dd6a70a63d73c844 regen/charset_translations.pl
* 5f8520d3a17ade6317fc0c423f5091470924b1ef425bca0c41ce8e4a9f8460fe regen/mk_PL_charclass.pl
- * 4635ff74b13c8f059599be8d0b0e2aea19fefe6ddcbc4c7deef1a3096c91a0dd regen/mk_invlists.pl
+ * 04a5294218c412e5ee2e0d9f8d22af1d95bbfd2cafae3935cbb6b5871e9f9704 regen/mk_invlists.pl
* cf1d68efb7d919d302c4005641eae8d36da6d7850816ad374b0c00b45e609f43 regen/mph.pl
* ex: set ro: */