Bugzilla – Attachment 55703 Details for
Bug 16243
Add reference manager software (Mendeley and EasyBib) to OPAC
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 16243: (follow-up) fix utf8 problems
Bug-16243-follow-up-fix-utf8-problems.patch (text/plain), 886 bytes, created by
Héctor Eduardo Castro Avalos
on 2016-09-19 17:43:37 UTC
(
hide
)
Description:
Bug 16243: (follow-up) fix utf8 problems
Filename:
MIME Type:
Creator:
Héctor Eduardo Castro Avalos
Created:
2016-09-19 17:43:37 UTC
Size:
886 bytes
patch
obsolete
>From edaecf24148315983d48a78835f9f64e5062706e Mon Sep 17 00:00:00 2001 >From: Hector Castro <hector.hecaxmmx@gmail.com> >Date: Mon, 19 Sep 2016 11:38:21 -0600 >Subject: [PATCH] Bug 16243: (follow-up) fix utf8 problems > >Fix utf8 problems in opac record details, MARC View and ISBD >--- > opac/opac-export.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/opac/opac-export.pl b/opac/opac-export.pl >index c0f18bf..44c2223 100755 >--- a/opac/opac-export.pl >+++ b/opac/opac-export.pl >@@ -128,8 +128,8 @@ else { > -attachment => "bib-$biblionumber.txt" > ); > } else { >- binmode STDOUT, ':encoding(UTF-8)'; > print $query->header( >+ -'Content-Transfer-Encoding' => 'binary', > -type => 'application/octet-stream', > -charset => 'utf-8', > -attachment => "bib-$biblionumber.$format" >-- >1.7.10.4
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 16243
:
50134
|
50135
|
50153
|
50154
|
50208
|
50290
|
50378
|
50379
|
50418
|
50419
|
50653
|
50654
|
51062
|
51063
|
53206
|
53207
|
55701
|
55702
| 55703 |
55719
|
56727