[fpc-pascal] Problem with StrMove() in a unit compilable in FPC and Delphi
Jonas Maebe
jonas.maebe at elis.ugent.be
Thu Feb 25 19:47:51 CET 2016
On 25/02/16 19:31, silvioprog wrote:
So, is the FPC StrMove() function compatible with the Delphi one?
This has nothing to do with StrMove, since clearly the original string
is already different. If you compile your source code in Delphi with
--codepage=65001, it should give the same result as with FPC and
{$codepage utf8}.
Jonas
More information about the fpc-pascal
mailing list