From 3b996c5c1885165f678c01ba7b704e59752aa53a Mon Sep 17 00:00:00 2001 From: Sree Harsha Totakura Date: Fri, 16 Aug 2013 12:31:03 +0000 Subject: -add option for xgettext to support non-ASCII characters in gettext strings --- po/Makevars | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'po') diff --git a/po/Makevars b/po/Makevars index 085957181..b8e2e286d 100644 --- a/po/Makevars +++ b/po/Makevars @@ -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 -- cgit v1.2.3