replace MSYS2 write() with WriteFile #2102
Labels
enhancement
New feature or request
mswindows
microsoft windows
nonfix
closed without a successful fix (invalid, wontfix)
Milestone
Now that we're carrying around
ti->outhandle
, we ought use it with the nativeWriteFile()
call: https://docs.microsoft.com/en-us/windows/win32/api/fileapi/nf-fileapi-writefile. In particular, apparently this is necessary to properly use UTF-8 relative toWriteFileConsole()
. who knows what Cygwin (or winsock?)write()
is doing under the hood.The text was updated successfully, but these errors were encountered: