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

Support Unicode in file names on Windows NT #275

Merged
merged 1 commit into from
Jan 16, 2012
Merged

Support Unicode in file names on Windows NT #275

merged 1 commit into from
Jan 16, 2012

Conversation

grawity
Copy link
Contributor

@grawity grawity commented Jan 16, 2012

Windows NT has two versions of most APIs – ANSI and Unicode. When given an unicode() object as the file name, Python uses the Unicode APIs, removing the need for manual filename encoding. (In fact, the manual encoding breaks things in such cases as, for example, Japanese or Korean names on an English system.)

phihag added a commit that referenced this pull request Jan 16, 2012
Support Unicode in file names on Windows NT
@phihag phihag merged commit 99d46e8 into ytdl-org:master Jan 16, 2012
@phihag
Copy link
Contributor

phihag commented Jan 16, 2012

Thanks!

@frogd frogd mentioned this pull request Jan 31, 2017
8 tasks
joedborg referenced this pull request in joedborg/youtube-dl Nov 17, 2020
[pull] master from ytdl-org:master
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