https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24574
--- Comment #6 from Rudolf Byker <[email protected]> --- Another alternative would be to make sure data can be properly decoded before storing it in the database. Then you only have to handle the errors / check the exceptions in places where MARC records enter the Koha system (e.g. bulk imports, Z39.50, maybe there are others). With this approach, you can consider any decoding exception for MARC data from the DB to be "unchecked", since it should not happen unless there is a bug. -- 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/
