https://bugs.kde.org/show_bug.cgi?id=410980
--- Comment #21 from [email protected] --- Hi Maik, With the Qt 5.15 LTS (annotated 5.15.3 in help/component dialog), we inherit of qtWebEngine 5.15.8. Qt detect iconv APi (from glib) and can compile with it but not qtWebEngine as it expect libxml compiled with utf8 support through iconv. For that qt is not compiled with iconv support at all, which is different than qt 5.15.2 or qt 5.14.x used previously in AppImage bundle. Do you know how is used iconv API in Qt ? Perhaps in QString and other container as QByteArray ? This can have a side-effect in digiKam ? https://www.man7.org/linux/man-pages/man1/iconv.1.html I can patch qtWebEngine to disable iconv support as in fact with this Qt component, i'm sure that we don't care at all... Gilles -- You are receiving this mail because: You are watching all bug changes.
