From cc6c1acb38b8797f71f37ebfd7b26ebcac6806ef Mon Sep 17 00:00:00 2001 From: Paul Poulain Date: Wed, 15 Dec 2010 14:05:04 +0100 Subject: [PATCH] Bug 5885 : UNIMARC XSLT changes dealing with some BNF/SUDOC invalid utf-8 (in title, the removed fields are used to mark non-sorted words) Signed-off-by: Chris Cormack I can't test this works ok for UNIMARC, but it does not cause any problems with the translation scripts or MARC21 so signing off --- .../prog/en/xslt/UNIMARCslim2intranetDetail.xsl | 2 +- koha-tmpl/intranet-tmpl/prog/en/xslt/UNIMARCslimUtils.xsl | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/xslt/UNIMARCslim2intranetDetail.xsl b/koha-tmpl/intranet-tmpl/prog/en/xslt/UNIMARCslim2intranetDetail.xsl index fcfe65c62e..4ead40dab7 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/xslt/UNIMARCslim2intranetDetail.xsl +++ b/koha-tmpl/intranet-tmpl/prog/en/xslt/UNIMARCslim2intranetDetail.xsl @@ -28,7 +28,7 @@ + select="translate($title, '˜œ슜슛슘슈슉','')"/> : diff --git a/koha-tmpl/intranet-tmpl/prog/en/xslt/UNIMARCslimUtils.xsl b/koha-tmpl/intranet-tmpl/prog/en/xslt/UNIMARCslimUtils.xsl index c04a8e4868..ad1650d4b9 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/xslt/UNIMARCslimUtils.xsl +++ b/koha-tmpl/intranet-tmpl/prog/en/xslt/UNIMARCslimUtils.xsl @@ -135,6 +135,14 @@ + + + + + + + -- 2.20.1