diff options
author | Jim Meyering <jim@meyering.net> | 2003-09-22 18:58:30 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-09-22 18:58:30 +0000 |
commit | 2ba94076b6881dcc51e546024662f0b1c08d03ed (patch) | |
tree | c8e81e9da4f6805df59f8be434914e6b238802bc | |
parent | 3e5af77932c9eb6a7657944cf6c60e8edf468759 (diff) | |
download | coreutils-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.
-rw-r--r-- | po/Makevars | 2 |
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 |