added StripNonXmlChars to C4::Charset
authorGalen Charlton <galen.charlton@liblime.com>
Fri, 8 Feb 2008 22:35:18 +0000 (16:35 -0600)
committerJoshua Ferraro <jmf@liblime.com>
Sat, 9 Feb 2008 02:22:42 +0000 (20:22 -0600)
commitb549d7e1f1b7d518e16fa48af7360a38e8233fec
tree28838d58fe38cad18197f7eac035d4fbd34ea076
parent450f5f9cce4f2b2b25515f70438f09558f663ed2
added StripNonXmlChars to C4::Charset

Added invocations of StripNonXmlChars to uses
of new_from_xml() that involve records
saved to Koha fields via MARC::Record->as_xml();
for batch jobs that work on MARC XML files
coming from external sources, StripNonXmlChars
should not necessarily be used, as it may
be better to reject a file or record if it
contains that kind of encoding error.

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
C4/AuthoritiesMarc.pm
C4/Biblio.pm
C4/Charset.pm
C4/ImportBatch.pm
C4/Items.pm