Unicode Console Application in Delphi 2009

后端 未结 6 1376
不知归路
不知归路 2020-12-10 14:19

How can I create unicode console application with Delphi 2009?

If I do like this:

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


        
6条回答
  •  情书的邮戳
    2020-12-10 14:54

    You can't (At least not with the standard library). The console functions are the only non Unicode functions in Delphi 2009.

提交回复
热议问题