(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 ba38b87..9e437f6 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