[Koha-bugs] [Bug 34467] OAI GetRecord bad encoding for UNIMARC

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Oct 5 21:50:32 CEST 2023


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

--- Comment #7 from David Nind <david at davidnind.com> ---
Created attachment 156583
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=156583&action=edit
T2211: OAI GetRecord bad encoding for Unimarc

For some Unimarc biblio records, the OAI Server returns a bad XML
document, ie a document with extended characters, such as accents, not
encoded in UTF8. It seems to come from somewhere in MARC::Record library
trying to deduce biblio record endoding from some fields. It may work
for MARC21 records. It doesn't for Unimarc records. So it's necessary to
send to the method transforming record into XML the marcflavour. This
way there is no encoding guessing from Unimarc biblio records content.

https://bugs.koha-community.org/show_bug.cgi?id=34467
Signed-off-by: David Nind <david at davidnind.com>

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


More information about the Koha-bugs mailing list