build: Tell xgettext that the source is UTF-8.

* po/Makevars (XGETTEXT_OPTIONS): Add `--from-code=UTF-8'.
master
Ludovic Courtès 2012-07-07 22:39:39 +02:00
parent d9d466ddff
commit f5614e69e1
1 changed files with 1 additions and 1 deletions

View File

@ -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