Thread: iso-8859-7
View Single Post
Old 11-26-2003, 08:04 AM   #5
mkst
Green Mole
 
Join Date: Oct 2003
Posts: 11
Unfortuanetely I can not make it to work.

I have used something like:

$phpdig_string_subst['iso-8859-7'] = 'Á:¢,Å:¸,Ç:¹,É:ºÚ,Ï:¼,Õ:¾,Ù:¿,Ü:á,å:Ý,ç:Þ,é:ßúÀ,ï :ü,õ:ýû*,ù:þ';

I have changed the encoding to: define ('PHPDIG_ENCODING','iso-8859-7');

I think that the problem is with $phpdig_words_chars['iso-8859-1']='[:alnum:]ðþß' string. What letters do i put within the [::] characters and what letters after this?

The script searches some of the english pages that i have in the site, but does not search any greek pages. The table 'keywords' only contains english words.

I would really need some help!
ps. I am using the 1.6.2 version.

Last edited by mkst; 11-26-2003 at 08:15 AM.
mkst is offline   Reply With Quote