Bugzilla – Attachment 9667 Details for
Bug 7967
Z39.50 client should negotiate encoding with server
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 7967 : Followup set encoding options for acqui/z3950_search.pl
Bug-7967--Followup-set-encoding-options-for-acquiz.patch (text/plain), 961 bytes, created by
Chris Cormack
on 2012-05-20 09:37:12 UTC
(
hide
)
Description:
Bug 7967 : Followup set encoding options for acqui/z3950_search.pl
Filename:
MIME Type:
Creator:
Chris Cormack
Created:
2012-05-20 09:37:12 UTC
Size:
961 bytes
patch
obsolete
>From eda73cb412cd6e38f80b1b20ef9e06a1bbafd94a Mon Sep 17 00:00:00 2001 >From: Chris Cormack <chris@bigballofwax.co.nz> >Date: Sun, 20 May 2012 21:34:35 +1200 >Subject: [PATCH] Bug 7967 : Followup set encoding options for > acqui/z3950_search.pl > >--- > acqui/z3950_search.pl | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/acqui/z3950_search.pl b/acqui/z3950_search.pl >index 9dc8b6e..1111e06 100755 >--- a/acqui/z3950_search.pl >+++ b/acqui/z3950_search.pl >@@ -202,6 +202,7 @@ warn "query ".$query if $DEBUG; > $option1->option( 'user', $server->{userid} ) if $server->{userid}; > $option1->option( 'password', $server->{password} ) > if $server->{password}; >+ $option1->option('charset', 'UTF-8') if $server->{encoding} eq 'utf8'; > $option1->option( 'preferredRecordSyntax', $server->{syntax} ); > $oConnection[$s] = create ZOOM::Connection($option1) > || $DEBUG >-- >1.7.10
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 7967
:
9216
|
9222
|
9250
| 9667