[Koha-bugs] [Bug 18153] UNIMARC bib records exported with invalid 'a' char in label pos.9

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu May 11 15:09:59 CEST 2017


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

--- Comment #9 from stephane.delaune at 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.


More information about the Koha-bugs mailing list