summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Mannehed <samuel@cendio.se>2017-05-09 11:59:23 +0200
committerSamuel Mannehed <samuel@cendio.se>2017-05-09 11:59:23 +0200
commit901a425a4f6fa58dde00a9a24de01209dc3b8dbf (patch)
tree49e11fc59cca7760cb579451e5ff8a5cdaa23a61
parent8a0cbd742b2a1c0ce2d827341163afb321558de5 (diff)
downloadnovnc-901a425a4f6fa58dde00a9a24de01209dc3b8dbf.tar.gz
Fix update-pot so that it can handle UTF-8
It crashed on non-ascii characters before, for example the "®" character.
-rw-r--r--po/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/po/Makefile b/po/Makefile
index 8c6000b..83c8941 100644
--- a/po/Makefile
+++ b/po/Makefile
@@ -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 \