Closed ncoghlan closed 4 weeks ago
Subprocess execution was ensuring that Python in the subprocess used UTF-8 encoding for its standard streams, but it wasn't ensuring that the current process also did so when communicating with the subprocess via pipes.
Closes #42
Subprocess execution was ensuring that Python in the subprocess used UTF-8 encoding for its standard streams, but it wasn't ensuring that the current process also did so when communicating with the subprocess via pipes.
Closes #42