[Koha-bugs] [Bug 32090] Emojis (or other utf8 characters) can break background job processing

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Nov 3 15:39:40 CET 2022


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

--- Comment #1 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---
(In reply to Nick Clemens from comment #0)
> Change your user's first name to be:
> Developer 😺

Ok. You are asking for trouble :)

> Maybe we should not do that later?

No. You create a lot of problems when you encode in the middle of the process.
The idea is: decode at start, encode at the end. Keep everything in perl
internal format in between.

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


More information about the Koha-bugs mailing list