[fpc-devel] strcopy, strlcopy for PWideChar

LacaK lacak at zoznam.sk
Mon Aug 15 13:58:37 CEST 2011


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.




More information about the fpc-devel mailing list