]> git.evergreen-ils.org Git - Evergreen.git/commit
Revert attempt to prevent encoding corruption that was causing encoding corruption
authordbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Fri, 17 Sep 2010 19:39:37 +0000 (19:39 +0000)
committerdbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Fri, 17 Sep 2010 19:39:37 +0000 (19:39 +0000)
commit1da2c6ce42747ee9f2ac12b96e7483588d17e284
tree5a12c1391bfc900007cb92653c8155dc7547afd2
parent0913dc6cb4739156e3a982cb96d262f758496234
Revert attempt to prevent encoding corruption that was causing encoding corruption

LDR/09 was never showing up as 'a' where it was being tested, and adding the
'a' was preventing a reconversion to UTF8. It somewhat looks like the UTF8
MARCXML input gets converted to MARC8 as part of MARC::Batch's magic, then
gets converted back to UTF8 by MARC::File::XML::as_xml_record(). Seems like
this would mean potential performance / encoding problems but it works, which
is better than what my meddlesome tests were doing.

git-svn-id: svn://svn.open-ils.org/ILS/trunk@17776 dcc99617-32d9-48b4-a31d-7c20da2025e4
Open-ILS/src/perlmods/OpenILS/Application/Vandelay.pm