mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-26 22:41:59 +00:00
Windows: Use WriteFile to write to a UTF-8 console If the console code page is UTF-8 then we can simply write to it without needing to convert to UTF-16 and calling `WriteConsole`.