summaryrefslogtreecommitdiff
path: root/po
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-09-22 18:58:30 +0000
committerJim Meyering <jim@meyering.net>2003-09-22 18:58:30 +0000
commit2ba94076b6881dcc51e546024662f0b1c08d03ed (patch)
treec8e81e9da4f6805df59f8be434914e6b238802bc /po
parent3e5af77932c9eb6a7657944cf6c60e8edf468759 (diff)
downloadcoreutils-2ba94076b6881dcc51e546024662f0b1c08d03ed.tar.xz
(XGETTEXT_OPTIONS): Add --from-code=UTF-8 to accommodate the
non-ASCII comment to translators in ptx.c regarding the author's name.
Diffstat (limited to 'po')
-rw-r--r--po/Makevars2
1 files changed, 1 insertions, 1 deletions
diff --git a/po/Makevars b/po/Makevars
index ba38b87d1..9e437f638 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