https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35104
--- Comment #233 from Pedro Amorim (ammopt) <[email protected]> --- Created attachment 203802 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=203802&action=edit Bug 35104: (RM follow-up) Restore StripNonXmlChars in TransformHtmlToMarc Removed by 6726b1a2544 on the assumption store() strips centrally - but TransformHtmlToMarc never calls store(), so callers like addbiblio.pl (FindDuplicate, duplicate redisplay) see unstripped control characters again, the same failure Bug 34549 fixed. repair_marcxml covers more faults but works on full MARCXML and can throw - too big a change here; left as a follow-up. Test plan: prove t/db_dependent/Biblio/TransformHtmlToMarc.t Signed-off-by: Pedro Amorim <[email protected]> -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list -- [email protected] To unsubscribe send an email to [email protected] website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
