[fpc-pascal] Warning not to use the "String" type with FPC 3.x

Graeme Geldenhuys mailinglists at geldenhuys.co.uk
Tue May 10 10:14:20 CEST 2016


On 2016-05-09 14:41, Michael Schnell wrote:
> You can't seriously suggest to dump all code that ever had been written 
> in Pascal (Delphi Dialect).

No, just search and replace all String types with AnsiString and force a
specific encoding. Or search and replace all String types with
UnicodeString and run thorough tests over the code.

Regards,
  Graeme




More information about the fpc-pascal mailing list