mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-04 01:42:54 +03:00
7bbbfc650d
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`.