From 630d17dc798b78e822c5bfe93c2705ad0bdf4fa7 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Mon, 9 Aug 2010 08:41:29 -0600 Subject: [PATCH] perlunicode.pod: Elaborate unicode bug for POSIX Mention the POSIX character classes as being affected by the Unicode bug. --- pod/perlunicode.pod | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pod/perlunicode.pod b/pod/perlunicode.pod index bbe2e1a..76dc40d 100644 --- a/pod/perlunicode.pod +++ b/pod/perlunicode.pod @@ -1407,7 +1407,9 @@ Using caseless (C) 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<\b>, +C<\B>, C<\s>, C<\S>, C<\w>, C<\W>, and all the Posix character classes +I C<[[:ascii:]]>. =item * -- 1.8.3.1