From: Karl Williamson Date: Fri, 26 Feb 2010 01:48:50 +0000 (-0700) Subject: Document Unicode case-insensitive [] range bug X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f253210bff80ef3f3a5ffead54d0ef12ba40204b;p=p5sagit%2Fp5-mst-13.2.git Document Unicode case-insensitive [] range bug --- diff --git a/pod/perlre.pod b/pod/perlre.pod index 2b46f1f..7417b35 100644 --- a/pod/perlre.pod +++ b/pod/perlre.pod @@ -2152,6 +2152,11 @@ Subroutine call to a named capture buffer. Equivalent to C<< (?&NAME) >>. =head1 BUGS +In a bracketed character class with case insensitive matching, ranges only work +for ASCII characters. For example, +C +doesn't match all the Russian upper and lower case letters. + This document varies from difficult to understand to completely and utterly opaque. The wandering prose riddled with jargon is hard to fathom in several places.