summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2012-07-07 22:39:39 +0200
committerLudovic Courtès <ludo@gnu.org>2012-07-07 22:39:39 +0200
commitf5614e69e14e8b4864b80a23870f9331c27b8f4e (patch)
tree6d84c777243356597da691c53a8a720fbe85e831
parentd9d466ddff2091f4b1f94599335b5947a17def2c (diff)
downloadguix-patches-f5614e69e14e8b4864b80a23870f9331c27b8f4e.tar
guix-patches-f5614e69e14e8b4864b80a23870f9331c27b8f4e.tar.gz
build: Tell xgettext that the source is UTF-8.
* po/Makevars (XGETTEXT_OPTIONS): Add `--from-code=UTF-8'.
-rw-r--r--po/Makevars2
1 files changed, 1 insertions, 1 deletions
diff --git a/po/Makevars b/po/Makevars
index a57af08ea6..123bc77628 100644
--- a/po/Makevars
+++ b/po/Makevars
@@ -7,7 +7,7 @@ top_builddir = ..
# These options get passed to xgettext.
XGETTEXT_OPTIONS = \
- --language=Scheme \
+ --language=Scheme --from-code=UTF-8 \
--keyword=_ --keyword=N_ \
--keyword=description --keyword=long-description