summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2012-06-18 12:37:52 -0600
committerKarl Williamson <public@khwilliamson.com>2012-08-02 09:24:52 -0600
commit8e487a0f705bfe36e1ec39d159b211f75c8729e3 (patch)
treee957c83cc25efc609463c345a78f52da24b003f9 /lib
parentb58a05e53b95bc26b8034dac0186494dc45b3aae (diff)
downloadperl-8e487a0f705bfe36e1ec39d159b211f75c8729e3.tar.gz
mktables: Add comment to gen'd data file
Diffstat (limited to 'lib')
-rw-r--r--lib/unicore/mktables5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/unicore/mktables b/lib/unicore/mktables
index 85668dd143..5b49f0057a 100644
--- a/lib/unicore/mktables
+++ b/lib/unicore/mktables
@@ -11495,6 +11495,11 @@ sub filter_old_style_case_folding {
Fate => $INTERNAL_ONLY,
Description => "Code points that particpate in a multi-char fold and are not the final character of said fold",
);
+ $non_final_folds->add_comment(<<END
+Note that this is not a closure. 'f' is in the list, but not things that fold
+singly to 'f', namely 'F'
+END
+ );
$all_folds = $perl->add_match_table("_Perl_Any_Folds",
Perl_Extension => 1,
Fate => $INTERNAL_ONLY,