vsrepo icon indicating copy to clipboard operation
vsrepo copied to clipboard

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

Open rlaphoenix opened this issue 2 years ago • 0 comments

See https://github.com/vapoursynth/vivtc/issues/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.

rlaphoenix avatar Oct 14 '21 13:10 rlaphoenix