March 04, 2016 [Issue 15761] New: Windows wide character console output broken with MS runtime | ||||
|---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=15761 Issue ID: 15761 Summary: Windows wide character console output broken with MS runtime Product: D Version: D2 Hardware: x86_64 OS: Windows Status: NEW Severity: normal Priority: P1 Component: phobos Assignee: nobody@puremagic.com Reporter: mk@krej.cz import std.stdio, core.sys.windows.windows; void main() { SetConsoleOutputCP(65001); writeln("1 ááá"); writeln("2 ááá"w); // broken with -m32mscoff and -m64 writeln("3 ááá"d); // broken with -m32mscoff and -m64 } -- | ||||
Copyright © 1999-2021 by the D Language Foundation
Permalink
Reply