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

On Windows, non-ascii path breaks VorbisFile #84

Closed
tyrylu opened this issue Feb 23, 2021 · 1 comment
Closed

On Windows, non-ascii path breaks VorbisFile #84

tyrylu opened this issue Feb 23, 2021 · 1 comment

Comments

@tyrylu
Copy link

tyrylu commented Feb 23, 2021

Hello.
When passing a path to VorbisFile and the path contains a non-ascii character, on Windows it results in a -1 error code from the C library. It would seem that vorbisfile and friends do not expect UTF-8 encoded strings, at least not on Windows.

@mattgwwalker
Copy link
Collaborator

Unfortunately, you're entirely right. Issue #53 gives you an idea of where we are on this topic.

Would you like to contribute a solution to this issue? If you're interested, please let us know.

I'll close this issue, but please feel free to continue the discussion on the other thread (#53).

Thanks,

Matthew

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

No branches or pull requests

2 participants