From f5614e69e14e8b4864b80a23870f9331c27b8f4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Sat, 7 Jul 2012 22:39:39 +0200 Subject: build: Tell xgettext that the source is UTF-8. * po/Makevars (XGETTEXT_OPTIONS): Add `--from-code=UTF-8'. --- po/Makevars | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3