How can I create unicode console application with Delphi 2009?
If I do like this:
{$APPTYPE CONSOLE} uses SysUtils; begin writeln(\'öüğşç سيمانتت
You can't (At least not with the standard library). The console functions are the only non Unicode functions in Delphi 2009.