Add perldelta for /aa and \b commit
authorKarl Williamson <public@khwilliamson.com>
Sat, 30 Jul 2011 18:33:31 +0000 (12:33 -0600)
committerKarl Williamson <public@khwilliamson.com>
Wed, 10 Aug 2011 16:47:42 +0000 (10:47 -0600)
This adds an entry for commit f2e96b5ddb6396417bc2fb71915c5025215060d6

pod/perldelta.pod

index 1e5380e..31b50ba 100644 (file)
@@ -482,6 +482,15 @@ original was unsigned, or too large to fit in an IV.  stat() now
 returns the inode number as the type that would best preserve the
 original value. [perl #84590]
 
+=item *
+
+The combination of the regular expression modifiers C</aa> and the C<\b>
+and C<\B> escape sequences did not work properly on UTF-8 encoded
+strings.  All non-ASCII characters under C</aa> should be treated as
+non-word characters, but what was happening was that Unicode rules were
+used to determine wordness/non-wordness for non-ASCII characters.  This
+is now fixed [perl #95968].
+
 =back
 
 =head1 Known Problems