summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2014-11-15 09:51:28 -0700
committerKarl Williamson <khw@cpan.org>2014-11-15 10:06:33 -0700
commitcf34c81f6b96c70e2ecf357bbaf3b28eb58272c4 (patch)
treec45431b54157853fdc433ab0b3327e5ff053aeaf /t
parentc1d1e689babab16d1b952c656097740ae23cb861 (diff)
downloadperl-cf34c81f6b96c70e2ecf357bbaf3b28eb58272c4.tar.gz
t/loc_tools.pl: try code page 1252 locales
This makes sure this common locale on Windows doesn't get overlooked.
Diffstat (limited to 't')
-rw-r--r--t/loc_tools.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/loc_tools.pl b/t/loc_tools.pl
index 4bd23641a8..b4845b8c16 100644
--- a/t/loc_tools.pl
+++ b/t/loc_tools.pl
@@ -58,6 +58,7 @@ sub _decode_encodings {
push @enc, "$_.65001"; # Windows UTF-8
push @enc, "$_.ACP"; # Windows ANSI code page
push @enc, "$_.OCP"; # Windows OEM code page
+ push @enc, "$_.1252"; # Windows
}
}
if ($^O eq 'os390') {