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: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
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.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/