unicode console output

Denis Mezhov d.o.mezhov at gmail.com
Wed Apr 2 06:38:41 PDT 2014


On Wednesday, 2 April 2014 at 12:51:57 UTC, bearophile wrote:
> Denis Mezhov:
>
>> How to out unicode cyrillic string to console?
>
> Try this command on the command line:
>
> chcp 65001
>
> Bye,
> bearophile

chcp 65001 dont'work


start.bat

mode con cols=150 lines=50
chcp 65001
%Path%\Minesweeper\Debug\Mi.exe

don't out correct string


More information about the Digitalmars-d-learn mailing list