In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/fd77364147b483be5c8b9e374f6ff8a013f4af28?hp=aaacdaffe0810a9933c490a6a81f62bb2a5a86a4>
- Log ----------------------------------------------------------------- commit fd77364147b483be5c8b9e374f6ff8a013f4af28 Author: Rafael Garcia-Suarez <[email protected]> Date: Tue Jul 27 10:42:29 2010 +0200 Document in perldelta Karl's work I just merged The original branch was putting this paragraph in perl5133delta.pod. ----------------------------------------------------------------------- Summary of changes: pod/perl5134delta.pod | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/pod/perl5134delta.pod b/pod/perl5134delta.pod index ebf12f7..356a247 100644 --- a/pod/perl5134delta.pod +++ b/pod/perl5134delta.pod @@ -32,6 +32,12 @@ here, but most should go in the L</Performance Enhancements> section. [ List each enhancement as a =head2 entry ] +=head2 C<\N{I<name>}> and C<charnames> enhancements + +C<\N{}>, C<charnames::vianame>, C<charnames::viacode> now know about every +character in Unicode. Previously, they didn't know about the Hangul syllables +nor a number of CJK (Chinese/Japanese/Korean) characters. + =head1 Security XXX Any security-related notices go here. In particular, any security -- Perl5 Master Repository
