This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix bug in foldEQ_utf8_flags()
authorKarl Williamson <khw@cpan.org>
Sun, 23 Dec 2018 20:05:33 +0000 (13:05 -0700)
committerKarl Williamson <khw@cpan.org>
Tue, 25 Dec 2018 16:08:11 +0000 (09:08 -0700)
commitcfd2398321b12901ccf268fac831f8dbc085b44d
tree073bf1add6b4ac911234997b11e1cd7a3c142aef
parent68a23e40ba252d7a69cc8dab05663094b1807109
Fix bug in foldEQ_utf8_flags()

We need to pass the flag that says to not allow non-ASCII characters to
fold to ASCII on to the code that actually does it.  There are
apparently no current errors that arise from this bug, but a future
commit would otherwise expose this problem.
utf8.c