On Mon, 27 Apr 2009 19:22:56 -0400 Galen Charlton <[email protected]> wrote:
> 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 Hi Galen, I'll fix and resubmit, but first a couple of quick questions: 1. I had SetMarcUnicodeFlag() as MARC21-only because that's how it is in the original version. The comments indicate that it isn't necessary in UNIMARC. Should I move it anyway? 2. If we do run SetMarcUnicodeFlag() on UNIMARC records, it will create the 100a for the UTF-8 flag, and that means that the code in AddAuthority() which creates the 100a and populates it with the creation date and other basic values won't get called. Should I add code to do that to addbiblio.pl? Thanks, Brian -- Brian Harrington Content and Resource Development Coordinator Project MUSE The Johns Hopkins University Press [email protected] _______________________________________________ Koha-patches mailing list [email protected] http://lists.koha.org/mailman/listinfo/koha-patches
