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

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue May 2 18:06:50 CEST 2017


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

--- Comment #11 from Jonathan Druart <jonathan.druart at 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.


More information about the Koha-bugs mailing list