https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35104 --- Comment #11 from Martin Renvoize <martin.renvoize@ptfs-europe.com> --- (In reply to David Cook from comment #3)
As per my comment at https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34549#c19 technically the problem we're trying to solve in bug 34549 is preventing the saving of characters that cannot be rendered in XML.
Picking up on encoding problems is a lot trickier because bytes can be valid in multiple different encodings. The machine can still output a valid character, so it doesn't realize that the source data is encoded incorrectly.
You're totally right there.. it's really hard to spot encoding issues becuase of this :( -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.