From: Rafael Garcia-Suarez Date: Thu, 1 Jan 2004 16:30:13 +0000 (+0000) Subject: Document that /[\W]/ doesn't work, unicode-wise (see bug #18281) X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b08eb2a88581a6164b7fe182bf291c86bfb3c690;p=p5sagit%2Fp5-mst-13.2.git Document that /[\W]/ doesn't work, unicode-wise (see bug #18281) p4raw-id: //depot/perl@22031 --- diff --git a/pod/perlunicode.pod b/pod/perlunicode.pod index 08f8b71..b05edab 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 a C<[...]> character class will still match +with byte semantics.) + =item * Named Unicode properties, scripts, and block ranges may be used like