diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2004-01-01 16:30:13 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2004-01-01 16:30:13 +0000 |
commit | b08eb2a88581a6164b7fe182bf291c86bfb3c690 (patch) | |
tree | a4c7bf752664aa69f338e3dfa95b411c79aa3965 /pod/perlunicode.pod | |
parent | ff24cc8d2f28eddfc120b980dd25ae372ba3172e (diff) | |
download | perl-b08eb2a88581a6164b7fe182bf291c86bfb3c690.tar.gz |
Document that /[\W]/ doesn't work, unicode-wise (see bug #18281)
p4raw-id: //depot/perl@22031
Diffstat (limited to 'pod/perlunicode.pod')
-rw-r--r-- | pod/perlunicode.pod | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pod/perlunicode.pod b/pod/perlunicode.pod index 08f8b71c03..b05edab7b5 100644 --- a/pod/perlunicode.pod +++ b/pod/perlunicode.pod @@ -166,6 +166,10 @@ bytes and match against the character properties specified in the Unicode properties database. C<\w> can be used to match a Japanese ideograph, for instance. +(However, and as a limitation of the current implementation, using +C<\w> or C<\W> I<inside> a C<[...]> character class will still match +with byte semantics.) + =item * Named Unicode properties, scripts, and block ranges may be used like |