From 750548d706ca8a9272fd666f47015575fccf14f0 Mon Sep 17 00:00:00 2001 From: Jeremy Bicha Date: Sat, 12 Jan 2019 21:59:40 -0500 Subject: build: specify UTF-8 in the xgettext options in po/Makevars as recommended by https://wiki.gnome.org/MigratingFromIntltoolToGettext --- po/Makevars | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/po/Makevars b/po/Makevars index a3d98b8b..300608d3 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 = --from-code=UTF-8 --keyword=_ --keyword=N_ # 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.1