Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.
This repository was archived by the owner on May 28, 2025. It is now read-only.

UTF8 encoded file paths don't work as expected on windows #1875

@rajsesh

Description

@rajsesh

All of the EbrFile* apis use char* and assume "ascii" encoding, which works okay for English. All of core foundation URL apis assume UTF-8 encoding (specifically url % encoding), and we assume it is ascii.

The most visible impact of this is that NSUserDefaults does not synchronize settings if the user name is in non-english and uses accent characters.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions