How can I create unicode console application with Delphi 2009?
If I do like this:
{$APPTYPE CONSOLE} uses SysUtils; begin writeln(\'öüğşç سيمانتت
Windows console cannot display unicode charactes, so try to send output to file with:
my_app.exe > unicode_file.txt
and try viewing unicode_file.txt with good text editor.