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:05:26 +0200 |
commit | d67647f5f40a7e78bffc92ff8600c67f95d3d7b0 (patch) | |
tree | 876185e55595ce46d8b315e438a00299610402bf /pod | |
parent | b12c4a8a51f322667e5fb7ed508edf25d74ed604 (diff) | |
download | perl-d67647f5f40a7e78bffc92ff8600c67f95d3d7b0.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 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pod/perlunicode.pod b/pod/perlunicode.pod index bbe2e1a936..d895357fdd 100644 --- a/pod/perlunicode.pod +++ b/pod/perlunicode.pod @@ -1407,7 +1407,8 @@ 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<\s>, C<\w>, +and all the Posix character classes I<except> C<[[:ascii:]]>. =item * |