Bugzilla – Attachment 105084 Details for
Bug 25501
Encoding issues in the translation process
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 25501: Remove local vars
Bug-25501-Remove-local-vars.patch (text/plain), 857 bytes, created by
Jonathan Druart
on 2020-05-19 11:12:12 UTC
(
hide
)
Description:
Bug 25501: Remove local vars
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2020-05-19 11:12:12 UTC
Size:
857 bytes
patch
obsolete
>From 49798e6e5a115a014f301384543023c922306781 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Tue, 19 May 2020 13:11:54 +0200 >Subject: [PATCH] Bug 25501: Remove local vars > >--- > misc/translator/tmpl_process3.pl | 1 - > 1 file changed, 1 deletion(-) > >diff --git a/misc/translator/tmpl_process3.pl b/misc/translator/tmpl_process3.pl >index 4f94e09a6a..c73f15275e 100755 >--- a/misc/translator/tmpl_process3.pl >+++ b/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>) { >-- >2.20.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 25501
:
104876
|
105043
|
105060
|
105067
|
105073
|
105074
|
105080
|
105081
|
105084
|
105085
|
105095
|
105099