diff options
author | Karl Williamson <public@khwilliamson.com> | 2010-08-09 08:41:29 -0600 |
---|---|---|
committer | Rafael Garcia-Suarez <rgs@consttype.org> | 2010-08-11 10:12:24 +0200 |
commit | 630d17dc798b78e822c5bfe93c2705ad0bdf4fa7 (patch) | |
tree | b727e39c110eb3bc04fa3707e9a2c4c70de381b0 /pod | |
parent | 16f9c96e32a2993f6c09172b392d7c7d45344c33 (diff) | |
download | perl-630d17dc798b78e822c5bfe93c2705ad0bdf4fa7.tar.gz |
perlunicode.pod: Elaborate unicode bug for POSIX
Mention the POSIX character classes as being affected by the Unicode
bug.
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perlunicode.pod | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/pod/perlunicode.pod b/pod/perlunicode.pod index bbe2e1a936..76dc40d277 100644 --- a/pod/perlunicode.pod +++ b/pod/perlunicode.pod @@ -1407,7 +1407,9 @@ Using caseless (C</i>) regular expression matching =item * -Matching a number of properties in regular expressions, such as C<\w> +Matching a number of properties in regular expressions, namely C<\b>, +C<\B>, C<\s>, C<\S>, C<\w>, C<\W>, and all the Posix character classes +I<except> C<[[:ascii:]]>. =item * |