This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
be55b28
)
perldelta for perluniprops change
author
Karl Williamson
<khw@cpan.org>
Sun, 19 Nov 2017 02:44:47 +0000
(19:44 -0700)
committer
Karl Williamson
<khw@cpan.org>
Sun, 19 Nov 2017 02:49:48 +0000
(19:49 -0700)
For commit
9b79e9e3431d11e79a4f85268f70130b7b4369f6
pod/perldelta.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perldelta.pod
b/pod/perldelta.pod
index
c53fae4
..
22cad11
100644
(file)
--- a/
pod/perldelta.pod
+++ b/
pod/perldelta.pod
@@
-324,7
+324,11
@@
The description of the C<x> operator in L<perlop> has been clarified.
=item *
-XXX Description of the change here
+L<perluniprops> has been updated to note that C<\p{Word}> now includes
+code points matching the C<\p{Join_Control}> property. The change to
+the property was made in Perl 5.18, but not documented until now. There
+are currently only two code points that match this property U+200C (ZERO
+WIDTH NON-JOINER) and U+200D (ZERO WIDTH JOINER).
=back