Exit 77
}
-# This test works only on systems that have a de_DE and fr_FR locale installed.
-LC_ALL=de_DE ../testlocale || {
+# This test works only on systems that have a de_DE.UTF-8 and fr_FR.UTF-8 locale installed.
+LC_ALL=de_DE.UTF-8 ../testlocale || {
if test -f /usr/bin/localedef; then
- echo "Skipping test: locale de_DE not installed"
+ echo "Skipping test: locale de_DE.UTF-8 not installed"
else
- echo "Skipping test: locale de_DE not supported"
+ echo "Skipping test: locale de_DE.UTF-8 not supported"
fi
Exit 77
}
-LC_ALL=fr_FR ../testlocale || {
+LC_ALL=fr_FR.UTF-8 ../testlocale || {
if test -f /usr/bin/localedef; then
- echo "Skipping test: locale fr_FR not installed"
+ echo "Skipping test: locale fr_FR.UTF-8 not installed"
else
- echo "Skipping test: locale fr_FR not supported"
+ echo "Skipping test: locale fr_FR.UTF-8 not supported"
fi
Exit 77
}
};
const int data_cnt = sizeof (strings) / sizeof (strings[0]);
-const char *lang[] = { "de_DE", "fr_FR", "ll_CC" };
+const char *lang[] = { "de_DE.UTF-8", "fr_FR.UTF-8", "ll_CC" };
const int lang_cnt = sizeof (lang) / sizeof (lang[0]);
int