https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28230
--- Comment #4 from Joonas Kylmälä <[email protected]> --- (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. _______________________________________________ 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/
