This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Don't assume input UTF-8 is well-formed in to_utf8_case()
authorKarl Williamson <khw@cpan.org>
Mon, 19 Dec 2016 18:46:10 +0000 (11:46 -0700)
committerKarl Williamson <khw@cpan.org>
Sat, 24 Dec 2016 05:52:43 +0000 (22:52 -0700)
commit45de9c415242ceea6ac1aca7d6a1dabbd7e53185
tree8f9b3e755003c177c087878fda08fee20651508a
parent607313a19740cb756ab98d5e58e6040ea8c125d4
Don't assume input UTF-8 is well-formed in to_utf8_case()

This is a deprecated function, but it still should check input validity
as best it can.

This also adds to the pod that it will be removed in 5.28.
utf8.c