View Single Post
Old 08-03-2004, 12:30 AM   #1
wessam
Orange Mole
 
Join Date: Jul 2004
Posts: 30
Thanks
i have another problem
i asked befor about arabic language support and u sent to me these block of code:

define('PHPDIG_ENCODING','iso-8859-6');

$phpdig_string_subst['iso-8859-6'] = 'Q:Q,q:q';

$phpdig_words_chars['iso-8859-6'] = '[:alnum:]¤¬»¿ÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖרÙÚ*áâãäåæ èéêëì*îïðñò';

when i try search after apply these code with iso-8859-6 return no result for arabic but it's return all result for english languge ..
i think it's can't recognize the arabic characters when query search ..

$phpdig_words_chars['iso-8859-6'] = '[:alnum:]¤¬»¿ÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖרÙÚ*áâãäåæ èéêëì*îïðñò';
"mean all arabic chracters ??"

im sorry .. im just new with php im developer on asp and asp.NET
any more help pls
wessam is offline   Reply With Quote