Bugzilla – Attachment 2987 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.
st_fix_utf8_cardview.patch (text/plain), 392 bytes, created by
Frédérick Capovilla
on 2011-01-13 15:44:47 UTC
(
hide
)
Description:
Adds utf8::encode on the output in Card View.
Filename:
MIME Type:
Creator:
Frédérick Capovilla
Created:
2011-01-13 15:44:47 UTC
Size:
392 bytes
patch
obsolete
>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 {
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