Hi,
it seems, that there is ATM no versions of StrCopy, StrLCopy, which works with WideChars (in SysUtils).
Can these variants be added ?

function StrCopy(Dest: PWideChar; const Source: PWideChar): PWideChar;
http://docwiki.embarcadero.com/VCL/en/SysUtils.StrCopy

function StrLCopy(Dest: PWideChar; const Source: PWideChar; MaxLen: Cardinal): 
PWideChar;
http://docwiki.embarcadero.com/VCL/en/SysUtils.StrLCopy

etc.

Or do you not like these "wide" versions at all ?

TIA
-Laco.

_______________________________________________
fpc-devel maillist  -  [email protected]
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to