show/hide this revision's text 2 changed title

Delphi Unicode Console Application in Delphi 2009

show/hide this revision's text 1

Delphi Unicode Console

How can I create unicode console application with Delphi 2009?

If I do like this:

{$APPTYPE CONSOLE}
uses
  SysUtils;
begin
  writeln('öüğşç سيمانتت');
end.

I get the following:

ougsc ???????