[Koha-bugs] [Bug 3699] New: C4::Charset source_encoding defined never used

bugzilla-daemon at kohaorg.ec2.liblime.com bugzilla-daemon at kohaorg.ec2.liblime.com
Thu Oct 8 12:01:47 CEST 2009


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 at gmail.com
        ReportedBy: henridamien at 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.



More information about the Koha-bugs mailing list