Skip to content

FS: On Windows, use Win32 API accepting wide string to avoid issues with the file path encoding #388

Open
@fzhinkin

Description

As it was pointed in #241 (comment), there might be issues with file paths on systems using something other than Unicode was a default encoding (for instance, it could be GB2312 on Windows with Chinese localization).

To avoid such issues, Native implementation should use Win32 calls that accepts wide strings (i.e. UTF-16 strings).

Metadata

Assignees

No one assigned

    Labels

    bugencodingsfsintegrationAn issue related to the integration with other libraries or platform-specific APIs

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions