Subject: | Problems with words with a tilde? |
Don't know really what's the problem. I'm checking a text from the command line that includes Spanish words such as "móvil" or "así" and it's OK. But it fails from the "check" function, for instance, here:
DB<9> p $speller->check('móvil')
0
DB<10> p $speller->check('más')
0
I'll try and add additional tests to see what's the problem, but meanwhile it's kind of a nuisance since we really use _lots_ of words with that stuff...