From: Jim Meyering Date: Mon, 22 Sep 2003 18:58:30 +0000 (+0000) Subject: (XGETTEXT_OPTIONS): Add --from-code=UTF-8 to accommodate the X-Git-Tag: v5.1.0~556 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ba94076b6881dcc51e546024662f0b1c08d03ed;p=thirdparty%2Fcoreutils.git (XGETTEXT_OPTIONS): Add --from-code=UTF-8 to accommodate the non-ASCII comment to translators in ptx.c regarding the author's name. --- diff --git a/po/Makevars b/po/Makevars index ba38b87d18..9e437f638c 100644 --- a/po/Makevars +++ b/po/Makevars @@ -8,7 +8,7 @@ subdir = po top_builddir = .. # These options get passed to xgettext. -XGETTEXT_OPTIONS = --keyword=_ --keyword=N_ +XGETTEXT_OPTIONS = --keyword=_ --keyword=N_ --from-code=UTF-8 # This is the copyright holder that gets inserted into the header of the # $(DOMAIN).pot file. Set this to the copyright holder of the surrounding