https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38416 Janusz Kaczmarek <januszop@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |januszop@gmail.com --- Comment #21 from Janusz Kaczmarek <januszop@gmail.com> --- There is a serious issue introduced by this patch (cf. Bug 38913). It is not so rare to happen when you have UTF-8 encoded records rich in non basic Latin characters. Then often the ISO 2709 string produced by as_usmarc will end not between Unicode characters (which normally will happen with English-only letters) but in the middle of a composed character. Then you will always get this error (UTF-8 "\x85" does not map to Unicode at /usr/share/perl5/MARC/File/Encode.pm). There should be a way to save the initial idea behind the patch without making reindexing virtually impossible... -- You are receiving this mail because: You are watching all bug changes.