Vladimir Panteleev:
> This code should really be in the standard library, I think.
File a bug report, with a little patch, then :-)
Bye,
bearophile
On 04.01.2011 10:47, Jun wrote:
I'm sorry for posting in the wrong place.
I attached screenshot of my code and the result.
As you can see, Korean letters get changed after compilation.
This problem doesn't happen with user input(from readln() method).
Should I use different type and prefix or
On Tue, 04 Jan 2011 11:47:32 +0200, Jun wrote:
Should I use different type and prefix or suffix similary to C++?
Place the following code anywhere at the top level in your program:
version(Windows)
{
import std.c.windows.windows : SetConsoleCP, SetConsoleOutputCP;
static this
I'm sorry for posting in the wrong place.
I attached screenshot of my code and the result.
As you can see, Korean letters get changed after compilation.
This problem doesn't happen with user input(from readln() method).
Should I use different type and prefix or suffix similary to C++?
begin 644