Closed kennykerr closed 1 year ago
@alvinhochun any suggestions for the Linux build failure?
@alvinhochun any suggestions for the Linux build failure?
Looks like a random unrelated failure in that one test. I suspect a thread left over from another test just happened to interfere with it, perhaps?
Reran and it cleared - thanks for checking.
This takes advantage of a Windows 10 manifest property to set the process code page to UTF-8.
Prior to this update:
With this update:
Input is parsed correctly and output is generated correctly.
I'm reluctant to add a test for this scenario to avoid complicating the build.
Fixes: #1306