This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author eryksun
Recipients LorenzMende, ammar2, eryksun, paul.moore, steve.dower, terry.reedy, tim.golden, zach.ware
Date 2019-04-20.15:09:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1555772987.04.0.931298144514.issue36670@roundup.psfhosted.org>
In-reply-to
Content
> It'll probably be mbcs or oem encoding. Certainly not UTF-8

Unless the system locale's codepage is set to UTF-8 in Windows 10. 

I stepped through this in the debugger. When writing to a pipe, typeperf.exe calls WideCharToMultiByte(CP_OEMCP, ...), so it's "oem".
History
Date User Action Args
2019-04-20 15:09:47eryksunsetrecipients: + eryksun, terry.reedy, paul.moore, tim.golden, zach.ware, steve.dower, ammar2, LorenzMende
2019-04-20 15:09:47eryksunsetmessageid: <1555772987.04.0.931298144514.issue36670@roundup.psfhosted.org>
2019-04-20 15:09:47eryksunlinkissue36670 messages
2019-04-20 15:09:46eryksuncreate