diff options
author | Karl Williamson <khw@cpan.org> | 2017-06-07 13:31:10 -0600 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2017-06-07 15:05:17 -0600 |
commit | fac71630f045e7ab325b37548d59b6558735e5c3 (patch) | |
tree | d2e968739c55a460cb0f12e9a942ffee976dbd71 /pod/perldeprecation.pod | |
parent | 55951dd7f3503c21c2f34146e50e6411317fd1b2 (diff) | |
download | perl-fac71630f045e7ab325b37548d59b6558735e5c3.tar.gz |
Update pods about bitwise UTF-8 above 0xFF being fatal
Diffstat (limited to 'pod/perldeprecation.pod')
-rw-r--r-- | pod/perldeprecation.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perldeprecation.pod b/pod/perldeprecation.pod index 4ec3182408..1f54d0e0be 100644 --- a/pod/perldeprecation.pod +++ b/pod/perldeprecation.pod @@ -395,7 +395,7 @@ This feature was deprecated in Perl 5.004, and will be fatal in Perl 5.28. The string bitwise operators, C<&>, C<|>, C<^>, and C<~>, treat their operands as strings of bytes. As such, values above 0xFF are nonsensical. Using such code points with these operators -was deprecated in Perl 5.24, and will be fatal in Perl 5.28. +was deprecated in Perl 5.24, and is fatal starting in Perl 5.28. =head3 In XS code, use of C<to_utf8_case()> |