diff options
author | Rafael Garcia-Suarez <rgs@consttype.org> | 2010-07-27 10:42:29 +0200 |
---|---|---|
committer | Rafael Garcia-Suarez <rgs@consttype.org> | 2010-07-27 10:43:06 +0200 |
commit | fd77364147b483be5c8b9e374f6ff8a013f4af28 (patch) | |
tree | 4c68ebc9edd4c94f145eef79cdc870ffd10f6fb2 /pod/perl5134delta.pod | |
parent | aaacdaffe0810a9933c490a6a81f62bb2a5a86a4 (diff) | |
download | perl-fd77364147b483be5c8b9e374f6ff8a013f4af28.tar.gz |
Document in perldelta Karl's work I just merged
The original branch was putting this paragraph in perl5133delta.pod.
Diffstat (limited to 'pod/perl5134delta.pod')
-rw-r--r-- | pod/perl5134delta.pod | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/pod/perl5134delta.pod b/pod/perl5134delta.pod index ebf12f74fa..356a247e01 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 |