https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34782
--- Comment #1 from Nick Clemens <[email protected]> --- This routine checks for the existence of a record, however, it does so only using the 001 field and the authorized heading. You may retrieve the record from different sources, with different encodings. What we encountered on a live site was a file import with MARC8 encoding being returned each time for a search of LOC authorities from a UTF8 server - the original wrongly encoded record was returned in place of the correct one from the server every time. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. _______________________________________________ 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/
