This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
ext/XS-APItest/t/utf8.t: Change variable names for clarity
authorKarl Williamson <khw@cpan.org>
Wed, 25 Nov 2015 18:35:51 +0000 (11:35 -0700)
committerKarl Williamson <khw@cpan.org>
Wed, 25 Nov 2015 22:48:17 +0000 (15:48 -0700)
commit1d1c12d9a3f5f51cb9639329ae0b854f2dab7b05
tree436fcbed8390d0da733b599a7052aa8199f59d44
parent0bcdd8f637dcb47195d0b03e4a732446a096e440
ext/XS-APItest/t/utf8.t: Change variable names for clarity

These variables are misnamed, based on the internal Perl UTF-8
representation for ASCII platforms, which is not applicable for
UTF-EBCDIC.  Rename them to something that applies to both platforms,
and lowers confusion.
ext/XS-APItest/t/utf8.t