bulkmarcimport: enable MARC-8 to UTF-8 conversion
authorGalen Charlton <galen.charlton@liblime.com>
Tue, 25 Dec 2007 07:26:01 +0000 (01:26 -0600)
committerJoshua Ferraro <jmf@liblime.com>
Tue, 25 Dec 2007 15:08:38 +0000 (09:08 -0600)
commit3508933c664ca327170ebee297a0b73a3e4ed49c
tree2aa810f435b9a6d42da29388f093f76ead1e0288
parent4ad5df9655402e9a5607acb6490d3bfd33b1d514
bulkmarcimport: enable MARC-8 to UTF-8 conversion

Enabled automatic conversion of MARC-8 records to
UTF-8.  Record is converted if its Leader/09 contains
a blank and the -s (skip) option hasn't been supplied
on the command-line.  Any record that cannot be converted
to UTF-8 is skipped.

Also now use Unicode Normalization Form C (NFC) for
records converted from MARC-8.

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
misc/migration_tools/bulkmarcimport.pl