http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3699 Summary: C4::Charset source_encoding defined never used Product: Koha Version: rel_3_2 Platform: PC OS/Version: All Status: NEW Severity: enhancement Priority: P5 Component: MARC Bibliographic data support AssignedTo: gmcharlt@gmail.com ReportedBy: henridamien@koha-fr.org Estimated Hours: 0.0 Change sponsored?: --- source_encoding is defined but never used (as source_encoding) in MARC_to_UTF8 - @errors = _marc_to_utf8_via_text_iconv($marc_record, $marc_flavour, 'iso-8859-1'); + @errors = _marc_to_utf8_via_text_iconv($marc_record, $marc_flavour, $source_encoding); -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.