[Koha-bugs] [Bug 18533] New: MARC::Record->encoding does not handle UNIMARC records

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed May 3 19:57:49 CEST 2017


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

            Bug ID: 18533
           Summary: MARC::Record->encoding does not handle UNIMARC records
 Change sponsored?: ---
           Product: Koha
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5 - low
         Component: MARC Bibliographic data support
          Assignee: gmcharlt at gmail.com
          Reporter: jonathan.druart at bugs.koha-community.org
        QA Contact: testopia at bugs.koha-community.org
        Depends on: 18152

Regarding bug 18152 MARC::Record->encoding should not be called directly from
our codebase.
C4::Charset::SetMarcUnicodeFlag should call MARC::Record->encoding for MARC21
and NORMARC but does the UNIMARC trick for UNIMARC records.

It seems that MARC::Record->encoding calls should be replaced with
C4::Charset::SetMarcUnicodeFlag everywhere.


Referenced Bugs:

https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18152
[Bug 18152] UNIMARC bib records imported with invalid 'a' char in label pos.9
-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list