View Single Post
Old 08-03-2004, 11:26 AM   #2
Charter
Head Mole
 
Charter's Avatar
 
Join Date: May 2003
Posts: 2,539
Hi. If this shows all the Arabic characters and they match up with the following:
Code:
A0-AF:  ¡¢£¤¥¦§¨©ª«¬_®¯
B0-BF: °±²³´µ¶·¸¹º»¼½¾¿
C0-CF: ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏ
D0-DF: ÐÑÒÓÔÕÖרÙÚÛÜÝÞß
E0-EF: *áâãäåæçèéêëì*îï
F0-FF: ðñòóôõö÷øùúûüýþÿ
Then the PhpDig variables are set correctly. If the PhpDig variables are in fact set correctly, then the same encoding used to index needs to be the same encoding used to search. PhpDig does not currently support multiple encodings.

Also, the database may or may not need to understand the encoding and/or you may need to ALTER TABLE keywords MODIFY keyword VARCHAR(64) BINARY; for certain encodings.
__________________
Responses are offered on a voluntary if/as time is available basis, no guarantees. Double posting or bumping threads will not get your question answered any faster. No support via PM or email, responses not guaranteed. Thank you for your comprehension.
Charter is offline   Reply With Quote