Author: Panayotis Vryonis
Email: [EMAIL PROTECTED]
Message:
While trying to make mnoGoSearch to work with the Greek affix files,
I noticed that it uses up to 26 rules (A-Z). However,  the Greek affix
files
used by ispell contain more rules named with letters a-z. 

I just changed the lines

mnogosearch-3.1.14 / spell.c:123,166 
FROM: if ((*s>='A')&&(*s<='Z')) s++;
TO: if((*s>='A')&&(*s<='Z') || (*s>='a')&&(*s<='z') )s++;

and everything seems to work fine.



Reply: <http://www.mnogosearch.org/board/message.php?id=2381>

___________________________________________
If you want to unsubscribe send "unsubscribe general"
to [EMAIL PROTECTED]

Reply via email to