Am Freitag, den 05.05.2006, 10:57 +0300 schrieb Geno Roupsky:
>
>
> 2006/5/3, Marc Santhoff <[EMAIL PROTECTED]>:
> Hi,
>
> from digging the sources I know, that on Unix-like Systems the
> comparison of strings is done according to the current locale
> (Pas
2006/5/3, Marc Santhoff <[EMAIL PROTECTED]>:
Hi,from digging the sources I know, that on Unix-like Systems thecomparison of strings is done according to the current locale (Pascals"strcomp" is mapped to C-libs "strcoll").Can I assume that this is done similar on all other platforms, too?
At least w
Hi,
from digging the sources I know, that on Unix-like Systems the
comparison of strings is done according to the current locale (Pascals
"strcomp" is mapped to C-libs "strcoll").
Can I assume that this is done similar on all other platforms, too?
I'm asking myself if I have to consider somethin