[issue34618] Encoding error running in subprocess with captured output

2018-09-09 Thread Eryk Sun
Eryk Sun added the comment: The interpreter uses the system ANSI codepage for non-console files. In your case this is codepage 1252. In my current setup I can't reproduce this issue since I'm using the new (beta) support in Windows 10 to configure the ANSI codepage as UTF-8 (65001). You

[issue34618] Encoding error running in subprocess with captured output

2018-09-09 Thread Jeremy Kloth
Jeremy Kloth added the comment: Related to issue34421 -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue34618] Encoding error running in subprocess with captured output

2018-09-09 Thread Jeremy Kloth
New submission from Jeremy Kloth : When running Python via subprocess with captured output an encoding error occurs attempting to output a Unicode filename. The same does not happen when just using spawnl(). Python 3.6.5 (v3.6.5:f59c0932b4, Mar 28 2018, 17:00:18) [MSC v.1900 64 bit (AMD64)]