There is a problem with windows, that nul-bytes terminates any text-string. So Windows stops printing at the first \0
. You can use repr
to print escape characters.
solved File not opening past NUL byte
There is a problem with windows, that nul-bytes terminates any text-string. So Windows stops printing at the first \0
. You can use repr
to print escape characters.
solved File not opening past NUL byte