summaryrefslogtreecommitdiff
path: root/t/loc_tools.pl
diff options
context:
space:
mode:
Diffstat (limited to 't/loc_tools.pl')
-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 85fb099173..4b80ed5360 100644
--- a/t/loc_tools.pl
+++ b/t/loc_tools.pl
@@ -337,6 +337,7 @@ sub find_locales ($;$) {
my @Locale;
_trylocale("C", $categories, \@Locale, $allow_incompatible);
_trylocale("POSIX", $categories, \@Locale, $allow_incompatible);
+ _trylocale("C.UTF-8", $categories, \@Locale, $allow_incompatible);
foreach (1..16) {
_trylocale("ISO8859-$_", $categories, \@Locale, $allow_incompatible);
_trylocale("iso8859$_", $categories, \@Locale, $allow_incompatible);