Bugzilla – Attachment 790 Details for
Bug 2684
CSV report in ISO-8859
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
the patch sent by mail
0001-bug-2684-Fix-the-CSV-export-provide-it-in-UTF-8.patch (text/plain), 744 bytes, created by
Chris Cormack
on 2008-10-16 05:42:00 UTC
(
hide
)
Description:
the patch sent by mail
Filename:
MIME Type:
Creator:
Chris Cormack
Created:
2008-10-16 05:42:00 UTC
Size:
744 bytes
patch
obsolete
>From a09b83fb7301415c762f4cc7286fe761084f6966 Mon Sep 17 00:00:00 2001 >From: Nahuel Angelinetti <nahuel.angelinetti@biblibre.com> >Date: Thu, 16 Oct 2008 14:38:57 +0200 >Subject: [PATCH] [bug #2684]Fix the CSV export, provide it in UTF-8 > >--- > reports/guided_reports.pl | 2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-) > >diff --git a/reports/guided_reports.pl b/reports/guided_reports.pl >index 26a496f..390243e 100755 >--- a/reports/guided_reports.pl >+++ b/reports/guided_reports.pl >@@ -367,6 +367,8 @@ elsif ( $phase eq 'Save Report' ) { > #} > > elsif ($phase eq 'Run this report'){ >+ binmode STDOUT, ':utf8'; >+ > # execute a saved report > # FIXME The default limit should not be hardcoded... > my $limit = 20; >-- >1.5.4.3 >
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 2684
: 790