I already tried to fix the weird issues with wrong encodings in 0471ce7165fb06719000ea269d77b0de59b1c4aa and once before, but they still seem to persist. Now I discovered that parse_response_disk does not suffer from the same issue, making readBin the prime suspect to introduce the wrong encoding.
I already tried to fix the weird issues with wrong encodings in 0471ce7165fb06719000ea269d77b0de59b1c4aa and once before, but they still seem to persist. Now I discovered that
parse_response_disk
does not suffer from the same issue, makingreadBin
the prime suspect to introduce the wrong encoding.