Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use UTF-8 as internal path encoding #710

Merged
merged 1 commit into from
Feb 19, 2021
Merged

Use UTF-8 as internal path encoding #710

merged 1 commit into from
Feb 19, 2021

Conversation

evpobr
Copy link
Member

@evpobr evpobr commented Feb 16, 2021

No description provided.

@evpobr evpobr self-assigned this Feb 19, 2021
@evpobr evpobr added this to the v1.1.0 milestone Feb 19, 2021
This is an internal change to unify and simplify the handling of file
paths.

On the Windows platform, the file path is always converted to UTF-8 and
converted to UTF-16 only for calls to WinAPI functions.

The behavior of the functions for opening files on non-Windows platforms
does not change.
@evpobr evpobr changed the title Use UTF8 as internal path encoding Use UTF-8 as internal path encoding Feb 19, 2021
@evpobr evpobr marked this pull request as ready for review February 19, 2021 11:44
@evpobr evpobr merged commit 2a8feeb into master Feb 19, 2021
@evpobr evpobr deleted the utf8-path branch February 19, 2021 11:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants