Fixed `length` for IO should be in bytes, not in characters; #4696
E.g. `io.read(5)` should read 5 byte string, not 5 characters.
Showing
Please register or sign in to comment
E.g. `io.read(5)` should read 5 byte string, not 5 characters.