summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2013-05-19 23:48:04 +0100
committerVincent Sanders <vince@netsurf-browser.org>2013-05-22 19:12:26 +0100
commit447c0fc2715ef690f47bda0da60ee3c3d750950d (patch)
treeef88dbc615074fdf9444b977513e0489cbb79915
parentbec089e7aa1e2befcedb31a842d18de31bca4206 (diff)
downloadnetsurf-447c0fc2715ef690f47bda0da60ee3c3d750950d.tar.gz
netsurf-447c0fc2715ef690f47bda0da60ee3c3d750950d.tar.bz2
ensure downloaded files are not interpreted
-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 );