From 1aede5c5f09f5c7abe605db9da4825459d0365c0 Mon Sep 17 00:00:00 2001 From: Jesse Weaver 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