projects
/
working
/
Evergreen.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
let UTF8 happen automagically
[working/Evergreen.git]
/
Open-ILS
/
src
/
extras
/
import
/
marcFilterDump.pl
diff --git
a/Open-ILS/src/extras/import/marcFilterDump.pl
b/Open-ILS/src/extras/import/marcFilterDump.pl
index
0ac05ac
..
ff2011a
100755
(executable)
--- a/
Open-ILS/src/extras/import/marcFilterDump.pl
+++ b/
Open-ILS/src/extras/import/marcFilterDump.pl
@@
-27,7
+27,7
@@
while ($marc) {
my ($next,$xml,$doc,@nodes);
try {
my ($next,$xml,$doc,@nodes);
try {
- $xml = $marc->as_xml(
$out_enc
);
+ $xml = $marc->as_xml();
} otherwise {
print STDERR "\n ARG! I couldn't parse the MARC record (number $counter): $@\n";
$marc = $batch->next;
} otherwise {
print STDERR "\n ARG! I couldn't parse the MARC record (number $counter): $@\n";
$marc = $batch->next;