Bug 32150

Summary: Wide character in print at /usr/share/koha/opac/opac-downloadshelf.pl line 138.
Product: Koha Reporter: Marcel de Rooy <m.de.rooy>
Component: Architecture, internals, and plumbingAssignee: Bugs List <koha-bugs>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low    
Version: Main   
Hardware: All   
OS: All   
GIT URL: Change sponsored?: ---
Patch complexity: --- Documentation contact:
Documentation submission: Text to go in the release notes:
Version(s) released in:
Circulation function:

Description Marcel de Rooy 2022-11-09 15:09:31 UTC
Just like bug 32009.
RIS is encoded in utf8. But MARC and BibTex are not.

L138         print $output;
This is 21.11.

L137 in master at this moment.