summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--utils/fetch-transifex.pl3
1 files changed, 3 insertions, 0 deletions
diff --git a/utils/fetch-transifex.pl b/utils/fetch-transifex.pl
index d8d588285..4d40062c9 100644
--- a/utils/fetch-transifex.pl
+++ b/utils/fetch-transifex.pl
@@ -43,6 +43,9 @@ use constant GETOPT_SPEC =>
password|w=s
help|h|? );
+# ensure no locale translation is applied and leave it all in UTF-8
+use bytes;
+
# default option values:
my %opt = qw( resource messagesany project netsurf user netsurf );