https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17754
--- Comment #6 from Marcel de Rooy <[email protected]> --- I can reproduce your problem too (with minimal authority.xml) The solution must be found in RecordsFromMARCXMLFile. Somehow the record format and binary encoding should be passed correctly to MARC::File::XML and friends. Currently, I do not see setting the record format. If it defaults to USMARC, this might already create an issue. And passing the encoding to $batch->next might not be correct as is done now. I tried some things, but they all failed ;) -- 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/
