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

Implicit text-encoding on file reads and writes can cause blocking issues #166

Open
rlaphoenix opened this issue Oct 14, 2021 · 0 comments

Comments

@rlaphoenix
Copy link

See vapoursynth/vivtc#3

tl-dr; Some file IO calls are implicit with the text-encoding, which defaults to Windows-1252 on Windows systems, and UTF-8 on Linux systems.

This is causing problems on some packages that use characters outside Windows 1252.

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

1 participant