[Koha-bugs] [Bug 28230] Renewing/Checking out record with Ä or Ö 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 08:17:53 CEST 2021


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

--- Comment #4 from Joonas Kylmälä <joonas.kylmala at helsinki.fi> ---
(In reply to Tomás Cohen Arazi from comment #2)
> This works:
> 
> use utf8;

also adding use "utf8;" to the debug statement makes things work but I actually
get different results with them:

YAML::Load:

> ---
> hello: heÃ
>           llo


YAML::XS

> ---
> hello: heÄllo

Anyway, if I'm not mistaken the use utf8 is just for the source code encoding,
here we load the string from database. But good note this down. Maybe our input
/ biblio title is not properly utf8 encoded or something.

-- 
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