https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18153 --- Comment #9 from stephane.delaune@biblibre.com --- (In reply to Jonathan Druart from comment #8)
The question is: Should not we call SetMarcUnicodeFlag from ModBiblioMarc to replace the whole "if ( $encoding eq "UNIMARC" ) {" block?
(read s/encoding/marcflavour ...)
The purpose of this patch is not to fix the wrong call of «MARC::Record->encoding('utf-8')» to import (it's the goal of bug 18152), nor even everywhere (it's the goal of bug 18533) ; the goal is to fix exported records. Indeed, a lot of existing unimarc records in a lot of Koha are erroneous because of this bug, the goal is that they do not remain erroneous when exported. I don't see the relationship with ModBiblioMarc who has been corrected to not add the bad character, not to delete it (and export don't call ModBiblioMarc) -- You are receiving this mail because: You are watching all bug changes.