Files
rust/library/std
许杰友 Jieyou Xu (Joe) 7bbbfc650d Rollup merge of #134622 - ChrisDenton:write-file-utf8, r=Mark-Simulacrum
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`.
2024-12-27 20:44:11 +08:00
..
2024-07-29 08:26:52 +10:00
2024-11-04 03:06:09 +00:00
2024-12-19 10:08:29 +01:00