On Sunday, 31 August 2014 at 06:08:46 UTC, Ali Çehreli wrote:
On 08/30/2014 10:37 PM, Cassio Butrico wrote:

I was having trouble setting on my terminal in windows, I'm still trying
to solve.

In addition to what Vladimir Panteleev said, you should also select a Unicode font for your terminal like Lucida Console.

Basically:

1) Set the code page to 65001 by

    chcp 65001

2) Select a Unicode font from the console window's menu.

You can set those two for the entire system. (I don't remember how.)

As Vladimir Panteleev said, you can set both of those from inside each program as well.

Ali
Ali Çehreli you is very attentive, answering for me.
I do not know how to use SetConsoleCP or SetConsoleOutputCP on a progrtama in d.
I'll try to find out.

Reply via email to