Quote:
Originally Posted by parsigold
Thanks!
But My Excluded Words in persian (utf8)
example:
���, ������, ������!, ������, ��������, ��, ���, �����, ����, ����
|
I had the same problem, but have solved it having changed some functions in all files. Fnd convert all files in utf encodes.
I have replaced all functions strlen($var) => mb_strlen($var, "UTF-8") and strtolower($var, "UTF-8") => mb_strtolower($var, "UTF-8")
I think, that Phalynx should consider in the future use not Latin1 symbols.