While the underlying lib sqlite3 supports opening an UTF-8 encoded filename on Win, SQLite::Database::getHeaderInfo does not.
As a workaround I need to either call the static method SQLite::Database::getHeaderInfo(const std::string& aFilename) with aFilename being ANSI encoded to match the current system code-page or forgo that API function completely.