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:
b072a8e
)
perldelta: Clarify about when isFOO_utf8 now die
author
Karl Williamson
<khw@cpan.org>
Mon, 22 May 2017 21:18:26 +0000
(15:18 -0600)
committer
Karl Williamson
<khw@cpan.org>
Mon, 22 May 2017 21:24:16 +0000
(15:24 -0600)
pod/perldelta.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perldelta.pod
b/pod/perldelta.pod
index
fb7244d
..
2df9db2
100644
(file)
--- a/
pod/perldelta.pod
+++ b/
pod/perldelta.pod
@@
-2221,9
+2221,9
@@
L<perlapi/Character classification>.
=item *
-Calling macros like C<isALPHA_utf8> on malformed UTF-8 have issued a
-deprecation warning since Perl 5.18. They now die.
-
Similarly, macros like C<toLOWER_utf8> on malformed UTF-8 now die
.
+Macros like C<isALPHA_utf8> and C<toLOWER_utf8> now die if they detect
+that their input UTF-8 is malformed. A deprecation warning had been
+
issued since Perl 5.18
.
=item *