summaryrefslogtreecommitdiff
path: root/regen/mk_invlists.pl
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 /regen/mk_invlists.pl
parentde524f25f5a90dad63fa962cb8585acd86c62a88 (diff)
downloadperl-5c7c2de1bc6dcddd66e6617b3747594ee19229a6.tar.gz
regen/mk_invlists.pl: Add comment
Diffstat (limited to 'regen/mk_invlists.pl')
-rw-r--r--regen/mk_invlists.pl2
1 files changed, 2 insertions, 0 deletions
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'}]