I must admit I know nothing about the way Arabic is stored in UTF8 or
handled in MySQL, so all I can suggest is modifying the two REGEXPs in
sp_nextWord.sql.
You'll need to find a suitable replacement for [[:alnum:]] to match a
"word character", in such a way that a word is a string of only word
characters, ie. not whitespace, control characters or punctuation.
http://dev.mysql.com/doc/refman/5.1/en/regexp.html
You'll probably need to change sp_sanitizeWord.sql as well.
Failing that, MySQL have a forum on Unicode and UTF8, so you might
want to check there:
http://forums.mysql.com/list.php?103
Please let us know how you get on!
Regards,
--
Tom Gidden
http://gidden.net/tom
Please also feel free to send us any patches :-)
Best,
Stig.
--
Stig Palmquist <sti...@gmail.com> [pgp:0x01D1D208]