https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25078
Jonathan Druart <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #122680|0 |1 is obsolete| | --- Comment #104 from Jonathan Druart <[email protected]> --- Created attachment 123365 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=123365&action=edit Bug 25078: Fix encoding issue with db_revs output From `perldoc -f open`: The scalars for in-memory files are treated as octet strings: unless the file is being opened with truncation the scalar may not contain any code points over 0xFF. So $out need to be decoded first in order to be used in other Perl strings -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ 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/
