]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(XGETTEXT_OPTIONS): Add --from-code=UTF-8 to accommodate the
authorJim Meyering <jim@meyering.net>
Mon, 22 Sep 2003 18:58:30 +0000 (18:58 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 22 Sep 2003 18:58:30 +0000 (18:58 +0000)
non-ASCII comment to translators in ptx.c regarding the author's name.

po/Makevars

index ba38b87d18313b892e78198fb88e4fe4f2e58433..9e437f638cd8223bebb3c2b338dc96822b31db34 100644 (file)
@@ -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