diff options
Diffstat (limited to 'utils')
-rw-r--r-- | utils/pango-list.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/pango-list.c b/utils/pango-list.c index f22792df..3d360975 100644 --- a/utils/pango-list.c +++ b/utils/pango-list.c @@ -25,6 +25,7 @@ #include <hb-ot.h> #include <glib/gstdio.h> #include <stdlib.h> +#include <locale.h> /* FIXME: This doesn't work if the font has an avar table */ static float @@ -61,6 +62,7 @@ main (int argc, GError *error = NULL; g_set_prgname ("pango-list"); + setlocale (LC_ALL, ""); context = g_option_context_new (""); g_option_context_add_main_entries (context, entries, NULL); |