summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/markup-parse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/markup-parse.c b/tests/markup-parse.c
index fbe14402..b3248671 100644
--- a/tests/markup-parse.c
+++ b/tests/markup-parse.c
@@ -261,7 +261,7 @@ main (int argc, char *argv[])
const gchar *name;
gchar *path;
- g_setenv ("LC_ALL", "C", TRUE);
+ g_setenv ("LC_ALL", "en_US.UTF8", TRUE);
setlocale (LC_ALL, "");
/* allow to easily generate expected output for new test cases */