Hi Brian, There are a couple problems with this latest patch - it doesn't apply cleanly against HEAD for me. Also:
On Mon, Apr 27, 2009 at 4:53 PM, Brian Harrington <[email protected]> wrote: > my $marcrecordauth=MARC::Record->new(); > + if (C4::Context->preference('marcflavour') eq 'MARC21') { > + $marcrecordauth->leader(' nz a22 o 4500'); > + SetMarcUnicodeFlag($marcrecordauth, 'MARC21'); > + } SetMarcUnicodeFlag() needs to be run for both MARC21 and UNIMARC, so it should be taken out of the conditional block. Also, the UTF-8 flag is UNIMARC records isn't the Leader/09, it's positions 26-29 of the 100 $a. Regards, Galen -- Galen Charlton VP, Research & Development, LibLime [email protected] p: 1-888-564-2457 x709 skype: gmcharlt _______________________________________________ Koha-patches mailing list [email protected] http://lists.koha.org/mailman/listinfo/koha-patches
