From 5f069b983d629e867a8129b41f297809739de7a8 Mon Sep 17 00:00:00 2001 From: John Zaitseff Date: Wed, 17 Aug 2011 13:19:57 +1000 Subject: [PATCH] Inform xgettext(1) that files are in UTF-8 format and may be wide --- po/Makevars | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/po/Makevars b/po/Makevars index 12376cf..8ef2d06 100644 --- a/po/Makevars +++ b/po/Makevars @@ -34,7 +34,7 @@ subdir = po top_builddir = .. # These options get passed to xgettext -XGETTEXT_OPTIONS = --keyword=_ --keyword=N_ +XGETTEXT_OPTIONS = --from-code=UTF-8 --keyword=_ --keyword=N_ --width=132 # Copyright holder that gets inserted into the header of the # $(DOMAIN).pot file.