| Summary: | Wide character in print at /usr/share/koha/opac/opac-downloadcart.pl line 129 | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Marcel de Rooy <m.de.rooy> |
| Component: | Architecture, internals, and plumbing | Assignee: | Bugs List <koha-bugs> |
| Status: | NEW --- | QA Contact: | Testopia <testopia> |
| Severity: | normal | ||
| Priority: | P5 - low | ||
| Version: | Main | ||
| Hardware: | All | ||
| OS: | All | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Comma delimited list of Sponsors: | |
| Crowdfunding goal: | 0 | Patch complexity: | --- |
| Documentation contact: | Documentation submission: | ||
| Text to go in the release notes: | Version(s) released in: | ||
| Circulation function: | |||
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?