https://bugs.kde.org/show_bug.cgi?id=420195
--- Comment #30 from caulier.gil...@gmail.com --- Maik, MetaEngine private container has the Exiv2 configuration header included : https://invent.kde.org/kde/digikam/-/blob/master/core/libs/metadataengine/engine/metaengine_p.h#L69 You can just check if the UNICODE feature is enabled of not, as we do already with XMP support here : https://invent.kde.org/kde/digikam/-/blob/master/core/libs/metadataengine/engine/metaengine_p.h#L84 And just decide which API call to use with Exiv2 under Windows here : https://invent.kde.org/kde/digikam/-/blob/master/core/libs/metadataengine/engine/metaengine_fileio.cpp#L107 ... and at other places. This will work for the bundles and the CI. Gilles -- You are receiving this mail because: You are watching all bug changes.