<snip> > I have run into an interesting issue -- it looks like all numbers > containing more than one digit are marked as misspelled when using > aspell APIs (see attached C source). However, 'aspell' the program does > not have this problem. I tried looking at the code, but it's C++ and > might as well have been Greek to me :) Could someone please explain the > discrepancy? <snip>
Hi, Take a look at CheckerImpl::next(). The loop were it skips white space, also skips digits. Gary _______________________________________________ Aspell-user mailing list [email protected] http://lists.gnu.org/mailman/listinfo/aspell-user
