https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35710
David Cook <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #5 from David Cook <[email protected]> --- (In reply to Yuriy Kotsyuk from comment #3) > I’m not really sure that the problem is with the old koha version… This has the look of a data migration issue to me... When the & is added to the MARC record via the HTML form, it should be automatically converted into the entity & When I do use the HTML form, I see the following in the database: <subfield code="b">Norton & Company</subfield> If I recall correctly, this automatic entity escaping is part of the MARC::File::XML: https://metacpan.org/dist/MARC-File-XML/source/lib/MARC/File/XML.pm#L370 -- Do you know how this record was added to Koha? -- 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/
