From ad02f1d43fea21f02d44718207aef1eb05a86a81 Mon Sep 17 00:00:00 2001 From: handa Date: Wed, 30 May 2007 12:01:25 +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