https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18152
--- Comment #11 from Jonathan Druart <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
