diff options
author | Karl Williamson <public@khwilliamson.com> | 2011-05-09 09:03:13 -0600 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2011-05-19 10:31:19 -0600 |
commit | dddecdc7da8164c7ee5732195847b5ee1cfb9e36 (patch) | |
tree | f81ca986184f7d3f02c2428ed3cdc0b332a272d7 /regen | |
parent | 5473c57677ae94fffc3f7c7047121df4c2939e7a (diff) | |
download | perl-dddecdc7da8164c7ee5732195847b5ee1cfb9e36.tar.gz |
regex: Add comments
Diffstat (limited to 'regen')
-rwxr-xr-x | regen/regcharclass.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/regen/regcharclass.pl b/regen/regcharclass.pl index a640a39b2d..5d7789c4aa 100755 --- a/regen/regcharclass.pl +++ b/regen/regcharclass.pl @@ -729,7 +729,7 @@ VERTWS: Vertical Whitespace: \v \V 0x2029 # PARAGRAPH SEPARATOR -TRICKYFOLD: Problematic fold case letters. +TRICKYFOLD: Problematic fold case letters. When adding to this list, also should add them to regcomp.c and fold_grind.t => generic cp generic-cp generic-both :fast safe 0x00DF # LATIN SMALL LETTER SHARP S 0x0390 # GREEK SMALL LETTER IOTA WITH DIALYTIKA AND TONOS |