mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-27 22:46:15 +01:00
tests: Use de_DE.UTF-8 instead of de_DE
de_DE.UTF-8 is supported by more operating systems, including FreeBSD, NetBSD and OpenBSD. https://bugzilla.gnome.org/show_bug.cgi?id=748612
This commit is contained in:
parent
7ebf2618aa
commit
34e946838d
@ -624,7 +624,7 @@ arg_test5 (void)
|
|||||||
gchar **argv_copy;
|
gchar **argv_copy;
|
||||||
int argc;
|
int argc;
|
||||||
char *old_locale, *current_locale;
|
char *old_locale, *current_locale;
|
||||||
const char *locale = "de_DE";
|
const char *locale = "de_DE.UTF-8";
|
||||||
GOptionEntry entries [] =
|
GOptionEntry entries [] =
|
||||||
{ { "test", 0, 0, G_OPTION_ARG_DOUBLE, &arg_test5_double, NULL, NULL },
|
{ { "test", 0, 0, G_OPTION_ARG_DOUBLE, &arg_test5_double, NULL, NULL },
|
||||||
{ NULL } };
|
{ NULL } };
|
||||||
|
Loading…
Reference in New Issue
Block a user