[Issue 13651] Writing Unicode text with console code page 65001 (UTF-8) may fail

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Mon Oct 27 08:07:46 PDT 2014


https://issues.dlang.org/show_bug.cgi?id=13651

--- Comment #6 from Sobirari Muhomori <dfj1esp02 at sneakemail.com> ---
I think, it applies to console only. By implementation, WriteFile checks if the
file is console and calls WriteConsoleA, which can think in characters instead
of bytes.

--


More information about the Digitalmars-d-bugs mailing list