diff options
author | Ludovic Courtès <ludo@gnu.org> | 2012-07-07 22:39:39 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2012-07-07 22:39:39 +0200 |
commit | f5614e69e14e8b4864b80a23870f9331c27b8f4e (patch) | |
tree | 6d84c777243356597da691c53a8a720fbe85e831 /po | |
parent | d9d466ddff2091f4b1f94599335b5947a17def2c (diff) | |
download | patches-f5614e69e14e8b4864b80a23870f9331c27b8f4e.tar patches-f5614e69e14e8b4864b80a23870f9331c27b8f4e.tar.gz |
build: Tell xgettext that the source is UTF-8.
* po/Makevars (XGETTEXT_OPTIONS): Add `--from-code=UTF-8'.
Diffstat (limited to 'po')
-rw-r--r-- | po/Makevars | 2 |
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 |