summaryrefslogtreecommitdiff
path: root/tests/markup-parse.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-08-21 04:32:48 +0000
committerMatthias Clasen <mclasen@redhat.com>2021-08-21 04:32:48 +0000
commit1ac4f5d3dc9d88abb6f0a196291449c244f39b71 (patch)
tree5d0846958eaba2fa2d7f59b65968e458db15a19d /tests/markup-parse.c
parentf72ff7d4752318b48e3dd0db83a2ef0300aa898f (diff)
parentb2c3b6a7ac43fbdedf1f13a240893159c329767f (diff)
downloadpango-1ac4f5d3dc9d88abb6f0a196291449c244f39b71.tar.gz
Merge branch 'text-transform-3' into 'main'
Add support for text transformation See merge request GNOME/pango!421
Diffstat (limited to 'tests/markup-parse.c')
-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 */