https://bugs.kde.org/show_bug.cgi?id=506187
Stefan Brüns <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] | |e --- Comment #9 from Stefan Brüns <[email protected]> --- This seems to be a cascade of bugs/implementation errors, finally triggering the assert. - 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 -- You are receiving this mail because: You are watching all bug changes.
