https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35104
--- Comment #20 from David Cook <[email protected]> --- We've got an interesting assortment of fixes at the moment... If you already have a record with invalid characters, you can open it using bug 34014 which will scrub your record clean within the editor, but it will also show you the parser errors, so you could go and repair your record, in theory. With bug 34549, you can try to save invalid characters, and it will silently wipe them out. With bug 35104, I've been looking at a client-side warning, but it doesn't tell you exactly which characters are a problem. Maybe we'd be better off re-using the mechanism from bug 34014 here in bug 35104. That would remove the need for a client-side check, it would be more consistent, and then we could undo bug 34549... -- 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/
