[Koha-bugs] [Bug 28230] Renewing/Checking out record with AE or OE letter in title can make Koha totally unfunctional

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Apr 27 10:19:51 CEST 2021


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28230

--- Comment #11 from Joonas Kylmälä <joonas.kylmala at helsinki.fi> ---
The 

> sub enqueue {

looks buggy as well.

>     $letter->{metadata} = Dump($metadata);

We should decode it to be a Perl string as well because in    
C4::Letters::EnqueueLetter which is called next and this is passed there it
calls $sth->execute() with it. At least the other execute params I see are perl
strings and not utf-8 octets so if it is not buggy it is unintuitive at least. 

but this enqueue bug is not related to this bug just wanted to mention because
it is similar and might cause badly encoded emails.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list