How do I display unicode characters in D on standard (english) Windows 10 console window?

kinke noone at nowhere.com
Mon Jul 29 22:31:01 UTC 2019


On Monday, 29 July 2019 at 22:17:55 UTC, WhatMeWorry wrote:
> What am I missing?

Switching the console code page to UTF-8, and then restoring the 
original one before termination. See 
https://github.com/ldc-developers/ldc/pull/3086/commits/5915534530fa095e7e5d58bcfb4ad100d249bbca#diff-c59e7716a40a08ce42f141c738f2c311. You may have to set a non-raster console font (e.g., Consolas).


More information about the Digitalmars-d-learn mailing list