Bugzilla – Attachment 119709 Details for
Bug 28154
Translate script faces encoding issues
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 28154: Fix encoding issues on Koha-pref.pot
Bug-28154-Fix-encoding-issues-on-Koha-prefpot.patch (text/plain), 866 bytes, created by
Martin Renvoize (ashimema)
on 2021-04-16 11:47:58 UTC
(
hide
)
Description:
Bug 28154: Fix encoding issues on Koha-pref.pot
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2021-04-16 11:47:58 UTC
Size:
866 bytes
patch
obsolete
>From 0df6cec3181ae5016151529a4ba126149353757c Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Thu, 15 Apr 2021 16:55:30 +0200 >Subject: [PATCH] Bug 28154: Fix encoding issues on Koha-pref.pot > >Signed-off-by: Julian Maurice <julian.maurice@biblibre.com> >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > misc/translator/xgettext-pref | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/misc/translator/xgettext-pref b/misc/translator/xgettext-pref >index f95c619f60..0068ae6869 100755 >--- a/misc/translator/xgettext-pref >+++ b/misc/translator/xgettext-pref >@@ -104,7 +104,7 @@ for my $file (@files) { > } > } > >-Locale::PO->save_file_fromhash($output, $pot); >+Locale::PO->save_file_fromhash($output, $pot, 'utf8'); > > sub add_prefs { > my ($file, $context, $prefs) = @_; >-- >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 28154
:
119636
|
119695
|
119696
| 119709 |
119710