Old bugs
Martin Krejcirik via Digitalmars-d
digitalmars-d at puremagic.com
Thu Oct 13 19:16:13 PDT 2016
> For example, https://issues.dlang.org/show_bug.cgi?id=1448
> should be addressable. Either we should provide a translation
> function for outputting things and recommend it, or document
> that codepages that D runs on Windows etc - there's got to be a
What is IMHO needed to fix this bug, is to add to stdio an
automatic translation to console codepage (when reading/writing
from/to console window). Actual translation functions are in
Phobos already (std.windows.charset).
More information about the Digitalmars-d
mailing list