From: Karl Williamson Date: Fri, 26 Feb 2010 03:45:11 +0000 (-0700) Subject: Document some re bugs in perlre.pod X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=78288b8e44d571e1359650455abdf6d7f435ebd7;p=p5sagit%2Fp5-mst-13.2.git Document some re bugs in perlre.pod --- diff --git a/pod/perlre.pod b/pod/perlre.pod index c675186..b6a73c0 100644 --- a/pod/perlre.pod +++ b/pod/perlre.pod @@ -2154,6 +2154,10 @@ Subroutine call to a named capture buffer. Equivalent to C<< (?&NAME) >>. =head1 BUGS +There are numerous problems with case insensitive matching of characters +outside the ASCII range, especially with those whose folds are multiple +characters, such as ligatures like C. + In a bracketed character class with case insensitive matching, ranges only work for ASCII characters. For example, C