|
I'd like to have an option to reopen stdin/stdout in binary mode.It is currently impossible from Lua code.So, Lua scripts are unable to process and generate binary input/output on Windows.Other programs (written on C) read/write binary data in stdout/stdin,but the "lua.exe myscript.lua" process can not be piped to them.It would be useful for "lua.exe" to have an option to force unbuffered binary standard streams.It does not matter how many letters it would consist of.