Bugzilla – Attachment 3074 Details for
Bug 5616
UTF-8 problem in Card View
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Adds utf8::encode on the output in Card View. (Correct patch formatting)
0001-Corrects-an-utf-8-encoding-problem-in-cardviews.patch (text/plain), 752 bytes, created by
Frédérick Capovilla
on 2011-02-07 14:36:19 UTC
(
hide
)
Description:
Adds utf8::encode on the output in Card View. (Correct patch formatting)
Filename:
MIME Type:
Creator:
Frédérick Capovilla
Created:
2011-02-07 14:36:19 UTC
Size:
752 bytes
patch
obsolete
>From a78a96c9c0e79d51bf2fd529a669677f07295e02 Mon Sep 17 00:00:00 2001 >From: =?utf-8?q?Fr=C3=A9d=C3=A9rick=20Capovilla?= <frederick.capovilla@sys-tech.net> >Date: Fri, 21 Jan 2011 12:11:09 -0500 >Subject: [PATCH] Corrects an utf-8 encoding problem in cardviews > >--- > catalogue/showmarc.pl | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > >diff --git a/catalogue/showmarc.pl b/catalogue/showmarc.pl >index d0011ba..d316833 100755 >--- a/catalogue/showmarc.pl >+++ b/catalogue/showmarc.pl >@@ -79,6 +79,7 @@ my $results = $stylesheet->transform($source); > my $newxmlrecord = $stylesheet->output_string($results); > #warn $newxmlrecord; > print "Content-type: text/html\n\n"; >+utf8::encode($newxmlrecord); > print $newxmlrecord; > > } else { >-- >1.5.6.5 >
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 5616
:
2987
|
3074
|
5826
|
5853
|
5866
|
5958
|
6203
|
6204