From 24a885f36c506397d8754edd978d699179e90ded Mon Sep 17 00:00:00 2001 From: Paul Poulain Date: Mon, 11 Jan 2010 23:47:54 +0100 Subject: [PATCH] Bug 5965 : Normalizing opac-detail.pl NFC on opac-detail --- opac/opac-detail.pl | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/opac/opac-detail.pl b/opac/opac-detail.pl index 1015e54..73941e0 100755 --- a/opac/opac-detail.pl +++ b/opac/opac-detail.pl @@ -71,6 +71,8 @@ if ( ! $record ) { exit; } $template->param( biblionumber => $biblionumber ); + use C4::Charset; + SetUTF8Flag($record); # XSLT processing of some stuff if (C4::Context->preference("OPACXSLTDetailsDisplay") ) { $template->param( 'XSLTBloc' => XSLTParse4Display($biblionumber, $record, 'Detail', 'opac') ); -- 1.7.1