From a75ed9a156ecf0d4a9b5ae902f1ed5660ebd603a Mon Sep 17 00:00:00 2001 From: handa Date: Thu, 12 Jul 2007 05:59:11 +0000 Subject: [PATCH] (XGETTEXT_OPTIONS): Add "--from-code utf-8". --- po/Makevars | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/po/Makevars b/po/Makevars index a7c6fef..8b634f7 100644 --- a/po/Makevars +++ b/po/Makevars @@ -8,7 +8,7 @@ subdir = po top_builddir = .. # These options get passed to xgettext. -XGETTEXT_OPTIONS = -L lisp --keyword=_ +XGETTEXT_OPTIONS = -L lisp --keyword=_ --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 -- 1.7.10.4