This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
APItest/t/utf8.t: Fix EBCDIC test
authorKarl Williamson <khw@cpan.org>
Fri, 30 Sep 2016 03:03:30 +0000 (21:03 -0600)
committerKarl Williamson <khw@cpan.org>
Fri, 30 Sep 2016 03:32:18 +0000 (21:32 -0600)
commit418080dc73a4b9e525a76d6d3b5034ff616716b4
treebf0227d2bf8d62d3579c0315184ffd2cac651848
parentf880f78a9370d267502630934d0d3033b34389a1
APItest/t/utf8.t: Fix EBCDIC test

Unlike on ASCII platforms, it may take more than one byte of a partial
character to determine if it represents a code point that needs 32 or
more bits to represent.  This fixes the test to account for that.
ext/XS-APItest/t/utf8.t