https://bugs.kde.org/show_bug.cgi?id=506187
--- Comment #10 from [email protected] --- (In reply to Stefan Brüns from comment #9) > This seems to be a cascade of bugs/implementation errors, finally triggering > the assert. I find a couple of things confusing: * This has suddenly started happening, with several very similar bugs. * All appear on Neon User, the test case we have works on Neon Testing and Unstable. > - The KFileMetaData plaintext extractor uses QIODevice::readline, although > this is not supported for 16bit encodings (see > https://bugreports.qt.io/browse/QTBUG-121812) > - The split code returns a term QString which only contains invalid unicode > code points > - QString::toUtf8() returns an empty QByteArray That would explain why if you convert the file to UTF-8 with iconv, Baloo is happy -- You are receiving this mail because: You are watching all bug changes.
