Skip to content

zip_open fails with error 18 when file path contains umlauts #68

Closed
@ZockerFloh7

Description

@ZockerFloh7

Dear authors of libzip,

first of all I want to thank you for your great zip library.
It was easy to implement and is much better in usage and performance than wxZip.

I write you because I have found a small issue.
When I try to open zip files using the zip_open function I get an error in some cases.
The function returns error code 18 when I try to open a zip with a file path containing umlauts.

#define ZIP_ER_INVAL 18 /* N Invalid argument */

Can you please tell me what I can do, to fix this issue?
I cannot prevent my users from opening zips where the file path contains umlauts.

Yours Sincerely

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions