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

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

Return to bug 9144