build: Tell xgettext that the source is UTF-8.
* po/Makevars (XGETTEXT_OPTIONS): Add `--from-code=UTF-8'.
This commit is contained in:
parent
d9d466ddff
commit
f5614e69e1
@ -7,7 +7,7 @@ top_builddir = ..
|
|||||||
|
|
||||||
# These options get passed to xgettext.
|
# These options get passed to xgettext.
|
||||||
XGETTEXT_OPTIONS = \
|
XGETTEXT_OPTIONS = \
|
||||||
--language=Scheme \
|
--language=Scheme --from-code=UTF-8 \
|
||||||
--keyword=_ --keyword=N_ \
|
--keyword=_ --keyword=N_ \
|
||||||
--keyword=description --keyword=long-description
|
--keyword=description --keyword=long-description
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user