diff options
author | Karl Williamson <public@khwilliamson.com> | 2010-11-12 09:04:37 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2010-11-22 13:32:51 -0800 |
commit | 6d8e7a01cde4803f9769fb51a041fbd8a839e0b2 (patch) | |
tree | 7fa2160e8a8f6c3b3995248ca257be87058632c7 /perl.h | |
parent | 7c17ea2f2d2fb0ac90f5c7a93b8f63a3a691e3b8 (diff) | |
download | perl-6d8e7a01cde4803f9769fb51a041fbd8a839e0b2.tar.gz |
perl.h: Expand comment
Diffstat (limited to 'perl.h')
-rw-r--r-- | perl.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -4313,7 +4313,9 @@ EXTCONST char* const PL_sig_name[]; EXTCONST int PL_sig_num[]; #endif -/* fast conversion and case folding tables */ +/* fast conversion and case folding tables. The folding tables complement the + * fold, so that 'a' maps to 'A' and 'A' maps to 'a', ignoring more complicated + * folds such as outside the range or to multiple characters. */ #ifdef DOINIT #ifdef EBCDIC |