From 363e9aea9c6c1e1998bb3473dddf8f2111d5e052 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 13 Aug 2013 07:03:21 +0000 Subject: -fixing #2991 --- po/Makefile.in.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'po/Makefile.in.in') diff --git a/po/Makefile.in.in b/po/Makefile.in.in index 5022b8b18..fef2f5ba7 100644 --- a/po/Makefile.in.in +++ b/po/Makefile.in.in @@ -139,7 +139,8 @@ $(DOMAIN).pot-update: $(POTFILES) $(srcdir)/POTFILES.in remove-potcdate.sed --add-comments=TRANSLATORS: $(XGETTEXT_OPTIONS) \ --files-from=$(srcdir)/POTFILES.in \ --copyright-holder='$(COPYRIGHT_HOLDER)' \ - --msgid-bugs-address="$$msgid_bugs_address" + --msgid-bugs-address="$$msgid_bugs_address" \ + --from-code=UTF-8 test ! -f $(DOMAIN).po || { \ if test -f $(srcdir)/$(DOMAIN).pot; then \ sed -f remove-potcdate.sed < $(srcdir)/$(DOMAIN).pot > $(DOMAIN).1po && \ -- cgit v1.2.3