On Wednesday, 4 March 2015 at 11:32:40 UTC, Dennis Ritchie wrote:
Hi.
It's normal for Windows?

You have to set your console encoding to UTF-8 first.

You can do it by command "chcp 65001" or by calling Windows API function:

extern(Windows) BOOL SetConsoleOutputCP( UINT );
SetConsoleOutputCP( 65001 );

Also change your font to Lucida Console.

Reply via email to