The problem has nothing to do with it being 64-bit. I believe the problem is that it thinks '\0' is a space character.
The ctype functions are nothing but trouble for parsing as they are locale dependent and perhaps arch depending as this case showed. The fix is very simple include "asc_ctype.hpp" and then use asc_isspace. I thought I replaced them all but apparently I missed this one. --- http://kevin.atkinson.dhs.org _______________________________________________ Aspell-devel mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/aspell-devel