View | Details | Raw Unified | Return to bug 9144
Collapse All | Expand All

(-)a/misc/migration_tools/bulkmarcimport.pl (-2 / +1 lines)
Lines 187-193 RECORD: while ( ) { Link Here
187
    last unless ( $record );
187
    last unless ( $record );
188
    $i++;
188
    $i++;
189
    print ".";
189
    print ".";
190
    print "\r$i" unless $i % 100;
190
    print "\n$i" unless $i % 100;
191
    
191
    
192
    # transcode the record to UTF8 if needed & applicable.
192
    # transcode the record to UTF8 if needed & applicable.
193
    if ($record->encoding() eq 'MARC-8' and not $skip_marc8_conversion) {
193
    if ($record->encoding() eq 'MARC-8' and not $skip_marc8_conversion) {
194
- 

Return to bug 9144