[Koha-bugs] [Bug 34514] opac-showmarc.pl does not handle UNIMARC well

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Aug 10 20:57:42 CEST 2023


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34514

--- Comment #1 from Fridolin Somers <fridolin.somers at biblibre.com> ---
Created attachment 154350
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=154350&action=edit
Bug 34514: opac-showmarc.pl does not handle UNIMARC well

opac-showmarc.pl calls $record->as_xml.
We see in other places using XSL transformation that MARC flavor should be
sent.

Looks like encoding fails when a "real" UTF-8 character is used. For example
uppercase é

Bug 29333 fixed catalogue/showmarc.pl.

Test plan :
1) Use UNIMARC database
2) Edit a biblio record to add uppercase é in title 200$a
3) Go to OPAC MARC vue of this record
4) Download record as MARCXML
=> Check encoding of title is OK
5) Click on 'view plain'
=> Check encoding of title is OK

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list