10 Dec
2020
10 Dec
'20
3:40 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27161 --- Comment #3 from Alvaro Cornejo <cornejo.alvaro@gmail.com> --- Comment on attachment 114295 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=114295 test patch
--- Base.pm.orig 2020-12-09 22:11:25.639834095 -0500 +++ Base.pm 2020-12-07 19:41:17.903081236 -0500 @@ -179,7 +179,9 @@
#FIXME: Why another encoding issue? For metadata containing non latin characters. my $metadata = $self->{metadata}; + if ( $metadata & $metadata !~ "") { utf8::decode($metadata->{$_}) for keys %$metadata; + } return $metadata; }
-- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.