http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11054
--- Comment #5 from Paul Poulain <[email protected]> --- (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. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
