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@lists.koha-community.org Reporter: m.de.rooy@rijksmuseum.nl QA Contact: testopia@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.