Bugzilla – Attachment 104194 Details for
Bug 24163
Add ability to define a CSV profile for late orders export
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 24163: Specify the UTF-8 charset in the header
Bug-24163-Specify-the-UTF-8-charset-in-the-header.patch (text/plain), 739 bytes, created by
Jonathan Druart
on 2020-05-02 13:58:31 UTC
(
hide
)
Description:
Bug 24163: Specify the UTF-8 charset in the header
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2020-05-02 13:58:31 UTC
Size:
739 bytes
patch
obsolete
>From e82af4a197e7fda6cb9831e5ea5cb1178f64f42b Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Sat, 2 May 2020 15:57:16 +0200 >Subject: [PATCH] Bug 24163: Specify the UTF-8 charset in the header > >To avoid encoding issues >--- > acqui/lateorders-export.pl | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/acqui/lateorders-export.pl b/acqui/lateorders-export.pl >index 31e21a8e75..408f79c74f 100755 >--- a/acqui/lateorders-export.pl >+++ b/acqui/lateorders-export.pl >@@ -87,6 +87,7 @@ unless ( $csv_profile_id ) { > print $input->header( > -type => 'text/csv', > -attachment => 'lateorders.csv', >+ -charset => 'UTF-8', > ); > print $csv; > exit; >-- >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 24163
:
97120
|
97121
|
97122
|
97123
|
98691
|
98692
|
102185
|
102186
|
102257
|
102258
|
103585
|
103586
|
104192
|
104193
|
104194
|
104252
|
104337
|
104338
|
104339
|
104340
|
104341