This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add test that to/from native character set works
authorKarl Williamson <public@khwilliamson.com>
Thu, 28 Mar 2013 00:17:28 +0000 (18:17 -0600)
committerKarl Williamson <khw@cpan.org>
Thu, 11 Dec 2014 18:28:30 +0000 (11:28 -0700)
commitd5b98071c9e3e7e1d15e5358ad2316f3928fb05d
tree9ab719289d13e1fb92f82f153a6b60ed6575dc61
parent0505367018ffb2b76ed4195671cb41f05d198990
Add test that to/from native character set works

For non-ASCII systems, there are character set translation tables.  This
makes sure the two accessible ones are inverses of each other.  If not,
nothing can be expected to work right.
MANIFEST
t/base/translate.t [new file with mode: 0644]