[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 04:54:24 PDT 2014


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

--- Comment #2 from Sobirari Muhomori <dfj1esp02 at sneakemail.com> ---
Is "broken pipe" error reported by MSVC runtime itself? The file interface to
console stream in utf-8 encoding is a little tricky: the program shouldn't
check the number of written bytes (it's probably messed by transcoding).

--


More information about the Digitalmars-d-bugs mailing list