https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33404
Bug ID: 33404
Summary: Authorities imported from A3950 in encodings other
than UTF-8 are corrupted
Change sponsored?: ---
Product: Koha
Version: master
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P5 - low
Component: MARC Authority data support
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
Bug 19436 altered the call for storing imported auths in the DB:
before-
my ($notmarcrecord, $alreadyindb, $alreadyinfarm, $imported, $breedingid)=
ImportBreedingAuth( $marcdata, 2, $serverhost[$k], $encoding[$k], $random,
'z3950' );
after-
my ($notmarcrecord, $alreadyindb, $alreadyinfarm, $imported, $breedingid)=
ImportBreedingAuth( $marcrecord, 2, $serverhost[$k], $encoding[$k], $random);
Note the record passed changes from "marcdata" to "marcrecord"
Marcdata is the original raw record, so saving with original encoding makes
sense
Marcrecord is the raw record converted to UTF-8 - but we save the original
encoding
--
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/