[fpc-pascal] DOM, XMLRead, XMLWrite - cwstring requirement
Ludo Brands
ludo.brands at free.fr
Fri Sep 28 12:52:27 CEST 2012
> > No, it is just for the XML reader, since it uses widestrings:
>
> Ah, so it only takes affect on the WideString type, not the
> String type. I guess from the name 'widestring manager' I
> should have seen that relationship. :)
>
Using cwstring does affect some ansistring functions. It comes with its own
version of AnsiCompareText, AnsiStrUpper, etc. which uses the users
LC_COLLATE setting.
Ludo
More information about the fpc-pascal
mailing list