How to correctly display accented characters at the Windows prompt?

Martin Krejcirik via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Mon Oct 10 10:45:29 PDT 2016


>> Thanks,
>> Cleverson
>
> Call SetConsoleOutputCP(CP_UTF8).

No, this may appear to to work, but in reality, it's broken. The 
only reliable way is to convert to the native windows codepage.



More information about the Digitalmars-d-learn mailing list