Bugzilla – Attachment 9250 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]
set charste for Z39.50 in acquision
acqui-z3950.patch (text/plain), 647 bytes, created by
Pongtawat
on 2012-04-19 04:19:33 UTC
(
hide
)
Description:
set charste for Z39.50 in acquision
Filename:
MIME Type:
Creator:
Pongtawat
Created:
2012-04-19 04:19:33 UTC
Size:
647 bytes
patch
obsolete
>diff -ur a/acqui/z3950_search.pl b/acqui/z3950_search.pl >--- a/acqui/z3950_search.pl 2012-04-19 11:16:19.706450942 +0700 >+++ b/acqui/z3950_search.pl 2012-04-19 11:16:29.468988400 +0700 >@@ -182,6 +182,7 @@ > $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
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