This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
lib/utf8.t: Add some tests to stress EBCDIC
authorKarl Williamson <khw@cpan.org>
Mon, 18 May 2015 16:47:50 +0000 (10:47 -0600)
committerKarl Williamson <khw@cpan.org>
Tue, 25 Aug 2015 22:58:01 +0000 (16:58 -0600)
commit7adaf5b2acaa653a831bb68ed91d8d205fbf9fb2
tree2cd3de01267a765d5498661498bc0e851e7bfb8f
parent900924803afbe9797cd65fc2e423c8d52b014139
lib/utf8.t: Add some tests to stress EBCDIC

The tests for the Latin1 \xFF aren't a fair test of UTF-8 on EBCDIC
platforms, because it is generally a UTF-8 invariant character, so is
the same regardless of being in UTF-8 or not.  This adds some tests
where the UTF-EBCDIC version is 2 bytes (as well as the UTF-8 version).
lib/utf8.t