diff options
author | Karl Williamson <khw@khw-desktop.(none)> | 2010-02-25 18:48:50 -0700 |
---|---|---|
committer | Jesse Vincent <jesse@bestpractical.com> | 2010-02-28 10:15:20 -1000 |
commit | f253210bff80ef3f3a5ffead54d0ef12ba40204b (patch) | |
tree | 2ab49fe41f8ebcf8607e1c4686e0dc750b410339 /pod | |
parent | 34d67d80e1087ea2672d0cbee6b357273a35ea6f (diff) | |
download | perl-f253210bff80ef3f3a5ffead54d0ef12ba40204b.tar.gz |
Document Unicode case-insensitive [] range bug
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perlre.pod | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pod/perlre.pod b/pod/perlre.pod index 2b46f1f458..7417b35a7f 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<m/[\N{CYRILLIC CAPITAL LETTER A}-\N{CYRILLIC CAPITAL LETTER YA}]/i> +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. |