https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27365
--- Comment #35 from Martin Renvoize <[email protected]> --- I suppose it's not as clear cut as we're making out here is it? MARC::Record allows dealing with ISO 2709 MARC and MARCXML, and those differ in their ability to handle large records. If we fix the ISO representation to truncate it throw exceptions won't that also affect the MARCXML round tripping? Can we definitely have it work one way for one and another for the other? I suppose we would basically need to ensure the core store is in MARCXML and the ISO output is the but that truncated or errors.. but is that inside MARC::Record or should that be handled at the Koha layer.. certainly the iso parts should do better at highlighting the issues however, and certainly the encoding fun you identified needs fixing. -- 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/
