Bugzilla – Attachment 119710 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-installer.pot
Bug-28154-Fix-encoding-issues-on-Koha-installerpot.patch (text/plain), 824 bytes, created by
Martin Renvoize (ashimema)
on 2021-04-16 11:48:02 UTC
(
hide
)
Description:
Bug 28154: Fix encoding issues on Koha-installer.pot
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2021-04-16 11:48:02 UTC
Size:
824 bytes
patch
obsolete
>From 6692e6e3915ad598fe613be3f513c3f9194979bb Mon Sep 17 00:00:00 2001 >From: Julian Maurice <julian.maurice@biblibre.com> >Date: Fri, 16 Apr 2021 09:41:44 +0200 >Subject: [PATCH] Bug 28154: Fix encoding issues on Koha-installer.pot > >Signed-off-by: Julian Maurice <julian.maurice@biblibre.com> >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > misc/translator/xgettext-installer | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/misc/translator/xgettext-installer b/misc/translator/xgettext-installer >index 64410c7693..5fa23faaba 100755 >--- a/misc/translator/xgettext-installer >+++ b/misc/translator/xgettext-installer >@@ -153,4 +153,4 @@ for my $file (@files) { > } > } > >-Locale::PO->save_file_fromhash($output, $pot); >+Locale::PO->save_file_fromhash($output, $pot, 'utf8'); >-- >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