Bugzilla – Attachment 27756 Details for
Bug 10486
Allow external Z39.50 targets to be searched from the OPAC
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 10486 - QA followup: incorrect diacritics
Bug-10486---QA-followup-incorrect-diacritics.patch (text/plain), 1.04 KB, created by
Jesse Weaver
on 2014-04-29 08:46:37 UTC
(
hide
)
Description:
Bug 10486 - QA followup: incorrect diacritics
Filename:
MIME Type:
Creator:
Jesse Weaver
Created:
2014-04-29 08:46:37 UTC
Size:
1.04 KB
patch
obsolete
>From 1aede5c5f09f5c7abe605db9da4825459d0365c0 Mon Sep 17 00:00:00 2001 >From: Jesse Weaver <pianohacker@gmail.com> >Date: Tue, 29 Apr 2014 02:45:50 -0600 >Subject: [PATCH] Bug 10486 - QA followup: incorrect diacritics > >Correctly asks for UTF-8 now, fixing diacritics for some targets. >--- > opac/svc/pazpar2_init | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/opac/svc/pazpar2_init b/opac/svc/pazpar2_init >index 039995c..d718feb 100755 >--- a/opac/svc/pazpar2_init >+++ b/opac/svc/pazpar2_init >@@ -60,7 +60,7 @@ foreach my $target ( @$targets ) { > $init_opts{ 'pz:queryencoding[' . $target_url . ']' } = $target->{'encoding'}; > $init_opts{ 'pz:xslt[' . $target_url . ']' } = lc( $target->{'syntax'} ) . '-work-groups.xsl'; > $init_opts{ 'pz:requestsyntax[' . $target_url . ']' } = $target->{'syntax'}; >- $init_opts{ 'pz:nativesyntax[' . $target_url . ']' } = 'iso2709'; >+ $init_opts{ 'pz:nativesyntax[' . $target_url . ']' } = 'iso2709;utf8'; > > if ( $target->{'userid'} ) { > if ( $target->{'password'} ) { >-- >1.9.0
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 10486
:
19142
|
19143
|
19226
|
19227
|
19680
|
21687
|
21734
|
22084
|
22540
|
23109
|
23112
|
23113
|
24036
|
24206
|
24207
|
24208
|
25235
|
25236
|
25979
|
26002
|
26017
|
26129
|
26804
|
26988
|
27275
|
27276
|
27438
|
27439
|
27440
|
27559
|
27756
|
27781
|
27783
|
27785
|
27786
|
27787
|
27788
|
27789
|
27790