mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-01-13 14:29:20 +03:00
ensure downloaded files are not interpreted
This commit is contained in:
parent
bec089e7aa
commit
447c0fc271
@ -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 );
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user