@@ -, +, @@ --- misc/translator/tmpl_process3.pl | 1 - 1 file changed, 1 deletion(-) --- a/misc/translator/tmpl_process3.pl +++ a/misc/translator/tmpl_process3.pl @@ -377,7 +377,6 @@ if ($action eq 'create') { # FIXME: msgmerge(1) is a Unix dependency # FIXME: need to check the return value unless (-f $str_file) { - local(*INPUT, *OUTPUT); open(my $input_fh, '<:encoding(utf-8)', $tmpfile2); open(my $output_fh, '>:encoding(utf-8)', $str_file); while (<$input_fh>) { --