This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
630d17d
)
perlunifaq: Note: \d, \D do not have Unicode bug
author
Karl Williamson
<public@khwilliamson.com>
Mon, 9 Aug 2010 15:29:11 +0000
(09:29 -0600)
committer
Rafael Garcia-Suarez
<rgs@consttype.org>
Wed, 11 Aug 2010 08:12:24 +0000
(10:12 +0200)
pod/perlunifaq.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perlunifaq.pod
b/pod/perlunifaq.pod
index
8d50770
..
66d3b0f
100644
(file)
--- 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