FPC 3.0 Introduces a new $mode : DelphiUnicode, which assumes string =
UnicodeString. I'm trying to use this mode and I can't find where RTL string
functions for this mode are located. For example, strutil.pas has only
variants for string = ShortString and string = AnsiString.
As an example such a simple program won't compile:
program Project1;
{$mode DelphiUnicode}
uses
strutils;
var
S : string;
begin
Copy2SymbDel(S,' ');
end.
----------------------------
Dmitry Redkin, ACD Inc.
red...@acdlabs.ru
--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
_______________________________________________
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal