summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Bicha <jbicha@ubuntu.com>2019-01-12 21:59:40 -0500
committerJeremy Bicha <jbicha@ubuntu.com>2019-01-12 22:04:38 -0500
commit750548d706ca8a9272fd666f47015575fccf14f0 (patch)
tree151bb95655e193d5868a6e23093560368591a355
parenteb39ccbfe83766482453ef608b62c92e620c200a (diff)
downloadyelp-xsl-750548d706ca8a9272fd666f47015575fccf14f0.tar.gz
build: specify UTF-8 in the xgettext options in po/Makevars
as recommended by https://wiki.gnome.org/MigratingFromIntltoolToGettext
-rw-r--r--po/Makevars2
1 files changed, 1 insertions, 1 deletions
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