Fix update-pot so that it can handle UTF-8

It crashed on non-ascii characters before, for example the "®"
character.
This commit is contained in:
Samuel Mannehed 2017-05-09 11:59:23 +02:00
parent 8a0cbd742b
commit 901a425a4f
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ update-pot:
--package-version="$(VERSION)" \
--msgid-bugs-address="novnc@googlegroups.com" \
--add-comments=TRANSLATORS: \
--from-code=UTF-8 \
--sort-by-file \
../app/*.js \
../core/*.js \