diff options
author | Karl Williamson <public@khwilliamson.com> | 2010-08-09 09:29:11 -0600 |
---|---|---|
committer | Rafael Garcia-Suarez <rgs@consttype.org> | 2010-08-11 10:12:24 +0200 |
commit | 9e58f51e306d2839abe5d9920cddf5d59e5d6520 (patch) | |
tree | 6fd0af84f9c4e6a727e244b2da3efbd650e2e0a1 /pod | |
parent | 630d17dc798b78e822c5bfe93c2705ad0bdf4fa7 (diff) | |
download | perl-9e58f51e306d2839abe5d9920cddf5d59e5d6520.tar.gz |
perlunifaq: Note: \d, \D do not have Unicode bug
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perlunifaq.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlunifaq.pod b/pod/perlunifaq.pod index 8d507709e7..66d3b0f0dd 100644 --- a/pod/perlunifaq.pod +++ b/pod/perlunifaq.pod @@ -155,7 +155,7 @@ have furnished your own casing functions to override the default, these will not be called unless the UTF8 flag is on) This remains a problem for the regular expression constructs -C<\d>, C<\s>, C<\w>, C<\D>, C<\S>, C<\W>, C</.../i>, C<(?i:...)>, +C<\s>, C<\w>, C<\S>, C<\W>, C</.../i>, C<(?i:...)>, and C</[[:posix:]]/>. To force Unicode semantics, you can upgrade the internal representation to |