diff options
author | Rico Tzschichholz <ricotz@t-online.de> | 2012-12-04 20:06:19 +0100 |
---|---|---|
committer | Rico Tzschichholz <ricotz@t-online.de> | 2012-12-04 20:06:19 +0100 |
commit | b4767ea9da5fafe30fdc695287feeb6e4bdcc454 (patch) | |
tree | 8647150d74718f64e44420e36d279d3c9a9a89f0 /po/Makefile.in.in | |
parent | 85d8f3c51ed131b2f73b60961beecdf40775090e (diff) | |
download | gtk+-b4767ea9da5fafe30fdc695287feeb6e4bdcc454.tar.gz |
po: Fix xgettext failing on unicode strings
It is needed to use -from-code=utf-8 to override the ASCII default
Caused by ceb866dfe6be6d88b8f83a3cbdb8a2a688419c82
Diffstat (limited to 'po/Makefile.in.in')
-rw-r--r-- | po/Makefile.in.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/po/Makefile.in.in b/po/Makefile.in.in index 4e8ada3ff9..149721200e 100644 --- a/po/Makefile.in.in +++ b/po/Makefile.in.in @@ -95,6 +95,7 @@ all-no: $(srcdir)/$(GETTEXT_PACKAGE).pot: $(POTFILES) $(XGETTEXT) --default-domain=$(GETTEXT_PACKAGE) --directory=$(top_srcdir) \ --add-comments --keyword=_ --keyword=N_ --keyword=C_:1c,2 --keyword=NC_:1c,2 \ + --from-code=utf-8 \ --keyword=g_dngettext:2,3 \ --flag=g_dngettext:2:pass-c-format \ --flag=g_strdup_printf:1:c-format \ |