2 May
2017
2 May
'17
5:06 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18152 --- Comment #11 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- Additional questions: 1. MARC::Record does not handle UNIMARC records correctly, so we should never call ->encoding('utf-8') from Koha, but SetMarcUnicodeFlag instead, right? 2. Sounds like the code in SetMarcUnicodeFlag should then be: If MARC21 or NORMARC: $marc_record->encoding('utf-8') else # unimarc do our stuffs 3. Please fix author's name of the patch -- You are receiving this mail because: You are watching all bug changes.