mirror of
https://github.com/novnc/noVNC.git
synced 2026-05-26 15:13:34 +00:00
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:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user