http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11559 --- Comment #176 from Jesse Weaver <jweaver@bywatersolutions.com> --- (In reply to Bob Geoghegan from comment #175)
(In reply to Jesse Weaver from comment #174)
Created attachment 43883 [details] [review] [review] Bug 11559: (QA followup) detect and warn about corruption caused by MARC-8
To clarify: does this apply to all MARC-8 records or just certain records or characters in MARC-8?
The corruption (and subsequent warning) occur only if a single record opened directly from a file contains MARC-8 special characters that cause the internal ISO 2709 parsing logic to fail. Note that records that are imported into the Koha catalog or import batches, or loaded from a Z39-50 search result, will be automatically converted from MARC-8 to UTF-8, so loading a single record from a file is the only case where this fails. This is because this is really the only case where ISO-2709-formatted records are decoded within Rancor itself. -- You are receiving this mail because: You are watching all bug changes.