From 447c0fc2715ef690f47bda0da60ee3c3d750950d Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sun, 19 May 2013 23:48:04 +0100 Subject: ensure downloaded files are not interpreted --- utils/fetch-transifex.pl | 3 +++ 1 file changed, 3 insertions(+) (limited to 'utils/fetch-transifex.pl') 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 ); -- cgit v1.2.3