cnpack / cnvcl

CnPack VCL Components
http://www.cnpack.org
335 stars 102 forks source link

About CnCommon #10

Closed achinastone closed 3 years ago

achinastone commented 4 years ago

CnCommon.pas function CnUtf8ToAnsi(const Text: AnsiString): AnsiString; Need to be changed to function CnUtf8ToAnsi(const Text: UTF8String): AnsiString;

In Delphi 10.3 CnCustBuild.dpr can not display the wizard name and the comments

shanzhashu commented 4 years ago

Delphi 5 does not have UTF8String definition so we use AnsiString. We can add UTF8String definition in CnCommon when Delphi 5.

CnCustBuild tool is not for Unicode Compiler such as Delphi 2009 or above. We'll modify it to Unicode Compiler.