You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 28, 2025. It is now read-only.
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.
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.