Khorosh Irani wrote:
Hello
I want to sure that all the character of a posted string is in my
language(persian for example).What should I do?

a few alternatives:

1. read through each posted string manually.
2. hire a persian monkey to do that for you. (monkeys are cheaper ;-)
3. google around for a persian spellchecker and use that - if you
can find one then the chances are you'll have to use it via an exec() call or
something similar.
4. or use the pspell php extension ... I have no idea of persian
dictionaries are available:

http://php.net/manual/en/ref.pspell.php

you are in luck, aspell does support Persian (fa):

http://aspell.sourceforge.net/man-html/Supported.html


Thanks


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to