https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35104 --- Comment #233 from Pedro Amorim (ammopt) <pedro.amorim@openfifth.co.uk> --- 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 <pedro.amorim@openfifth.co.uk> -- You are receiving this mail because: You are watching all bug changes.