[Koha-bugs] [Bug 32009] New: Wide character in print at /usr/share/koha/opac/opac-downloadcart.pl line 129

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Oct 27 08:13:52 CEST 2022


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

            Bug ID: 32009
           Summary: Wide character in print at
                    /usr/share/koha/opac/opac-downloadcart.pl line 129
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Architecture, internals, and plumbing
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: m.de.rooy at rijksmuseum.nl
        QA Contact: testopia at bugs.koha-community.org

This script is not consistent about encoding at least> Handled a bit obscure.

$output = marc2csv(\@bibs, $format);
OR
$output .= encode("UTF-8", $record->as_usmarc()) // q{};
OR
$output .= marc2ris($record);
OR
$output .= marc2bibtex($record, $biblio);
OR
$output   .= GetISBDView({ 'record'    => $record, 'template'  => 'opac',
'framework' => $framework,});

print $output;

A first glance makes me think that marc2bibtex and GETISBDView are not encoded
to UTF8?

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.


More information about the Koha-bugs mailing list