Skip to content

getHeaderInfo fails to open UTF-8 encoded filename on Win #525

@thbeu

Description

@thbeu

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions