[fpc-devel] sysstr patch once more
Jonas Maebe
jonas.maebe at elis.ugent.be
Tue May 6 14:39:46 CEST 2008
On 06 May 2008, at 11:10, petr.kristan at epos.cz wrote:
> sysstr.inc r10846 does not include my patch, which solves problem
> when both strings
> are empty and differs after null character. Then I'am sending it
> again merged against trunk.
Just a small note: this routine is only used on Dos, OS/2 and other
platforms without a widestring manager. If you are working under *nix,
add the cwstring unit to your uses clause to get a real widestring
manager (based on libc/libiconv) with codepage-aware conversions/
comparisons.
Jonas
More information about the fpc-devel
mailing list