From 9aa9a8882056ff874c474002548b48c19610592f Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Wed, 23 May 2012 20:30:17 -0600 Subject: [PATCH] Add perldelta for Unicode CCC132 fix --- pod/perldelta.pod | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 2b50da1..cbc32ef 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -460,6 +460,13 @@ C and C. Subs in the CORE:: namespace no longer crash after C when called with no argument list (C<&CORE::time> with no parentheses). +=item * + +Unicode 6.1 published an incorrect alias for one of the +Canonical_Combining_Class property's values (which range between 0 and +254). The alias C should have been C. Perl now +overrides the data file furnished by Unicode to give the correct value. + =back =head1 Known Problems -- 2.7.4