swift-system icon indicating copy to clipboard operation
swift-system copied to clipboard

Tests: explicitly reference `PlatformChar` rather than `CChar`

Open compnerd opened this issue 2 years ago • 0 comments

There is no guarantee that the PlatformChar is CChar. On Windows, this needs to be UTF16 rather than UTF8. Explicitly use the PlatformChar rather than CChar.

compnerd avatar Jun 12 '22 18:06 compnerd