diff options
author | Rafael Garcia-Suarez <rgs@consttype.org> | 2010-01-15 16:52:54 +0100 |
---|---|---|
committer | Rafael Garcia-Suarez <rgs@consttype.org> | 2010-01-15 16:52:54 +0100 |
commit | 75080c809516a97a6560fd6463b6574c254662f7 (patch) | |
tree | 3e7d69a7bc27b7838f411a20bca6f7399df44357 /pod/perl5114delta.pod | |
parent | eadadd41cf3b91c4e0b63a53abf2c79cdd87e9ac (diff) | |
download | perl-75080c809516a97a6560fd6463b6574c254662f7.tar.gz |
Document last change in perldelta for 5.11.4.
This will have to be merged with other Unicode property changes
in the final 5.12 perldelta.
Diffstat (limited to 'pod/perl5114delta.pod')
-rw-r--r-- | pod/perl5114delta.pod | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/pod/perl5114delta.pod b/pod/perl5114delta.pod index c421877a84..d6c5974b53 100644 --- a/pod/perl5114delta.pod +++ b/pod/perl5114delta.pod @@ -29,6 +29,13 @@ XXX New core language features go here. Summarise user-visible core language enhancements. Particularly prominent performance optimisations could go here, but most should go in the L</Performance Enhancements> section. +=head2 Unicode properties + +C<\p{XDigit}> now matches the same characters as C<\p{Hex_Digit}>. This +means that in addition to the characters it currently matches, +C<[A-Fa-f0-9]>, it will also match their fullwidth equivalent forms, for +example U+FF10: FULLWIDTH DIGIT ZERO. + =head1 New Platforms XXX List any platforms that this version of perl compiles on, that previous |