Hi,
The TStrings.CheckSpecialChars is missing a not. Now the special chars are never initialized :(
Marc
Index: stringl.inc =================================================================== RCS file: /FPC/CVS/fpc/rtl/objpas/classes/stringl.inc,v retrieving revision 1.9 diff -r1.9 stringl.inc 50c50 < If FSpecialCharsInited then --- > If not FSpecialCharsInited then
_______________________________________________ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-devel