Bugzilla – Attachment 9216 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]
Add UTF-8 charset negotiation to Z39.50 search
z39.50-charset.patch (text/plain), 671 bytes, created by
Pongtawat
on 2012-04-16 05:53:15 UTC
(
hide
)
Description:
Add UTF-8 charset negotiation to Z39.50 search
Filename:
MIME Type:
Creator:
Pongtawat
Created:
2012-04-16 05:53:15 UTC
Size:
671 bytes
patch
obsolete
>--- /home/pongtawat/koha-3.02.00/cataloguing/z3950_search.pl 2010-10-07 09:01:13.000000000 +0700 >+++ z3950_search.pl 2012-04-16 12:43:42.635410214 +0700 >@@ -170,6 +170,7 @@ > $option1->option('databaseName', $server->{db}); > $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