[Koha-bugs] [Bug 11054] Creating a child record has problems with accented Latin characters

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Oct 22 20:34:31 CEST 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11054

--- Comment #5 from Paul Poulain <paul.poulain at biblibre.com> ---
(In reply to Colin Campbell from comment #4)
> Paul SetMarcUnicodeFlag sets the MARC flag in the leader the bug is not
> related to this  the patch is setting the utf-8 flag in the perl var
> containing the string. A different thing 
> Setting back to signed off

Right, but it ALSO set the flag:
    $marc_record->encoding('UTF-8');
(3 lines after the sub prototype)

I still think we should use this sub instead of a direct ->encoding

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


More information about the Koha-bugs mailing list