This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
t/loc_tools.pl: 8859-16 is legit; 8859-0 isn't
authorKarl Williamson <khw@cpan.org>
Fri, 23 Feb 2018 18:02:40 +0000 (11:02 -0700)
committerKarl Williamson <khw@cpan.org>
Sun, 25 Feb 2018 05:08:41 +0000 (22:08 -0700)
commit82b1f6184ce0d08c1729e0b85f5109f539566be2
tree39048b00df6f70a59fab9d406fa93b8cf98f8866
parentce181bf6a62a81a3e78bd338f9e839b61964794c
t/loc_tools.pl: 8859-16 is legit; 8859-0 isn't

This adjusts the loop boundaries looking for come common locale names.
It was failing to look for 8859-16; instead looking for latin0, 8859-0,
which don't exist
t/loc_tools.pl