|
01-05-2005, 09:39 PM | #1 | |
Green Mole
Join Date: Jan 2005
Posts: 3
|
Encoding Problem
Hello,
I just installed phpdig and like it a lot. But I'm having problems implementing the ISO-8859-9 encoding. I searched the forum and found some threads on this subject but they were quite old. Since there are some new versions available, I was wondering if the way to add them is still the same. I looked at this thread but I'm confused. Mr Charter says... Quote:
So, do I just add only the characters that are not available in other character sets? For example, should I create line something like this? $phpdig_string_subst['iso-8859-9'] = 'put the different characters here'; I don't understand the purpose of the colons. If somebody can show me for just one character, I think I can go from there. Thank you. |
|
01-06-2005, 12:06 AM | #2 |
Head Mole
Join Date: May 2003
Posts: 2,539
|
Remove any spaces in each line, and try using the following in the config file.
Code:
define('PHPDIG_ENCODING','iso-8859-9'); $phpdig_string_subst['iso-8859-9'] = '*:À,á:Á,â:Â,ã:Ã,ä:Ä,å:Å,æ:Æ,ç:Ç,è:È,é:É,ê:Ê,ë:Ë,ì:Ì,*:Í,î:Î,ï:Ï,ð:Ð,ñ:Ñ,ò:Ò,ó:Ó,ô:Ô,õ:Õ,ö:Ö,÷:×,ø:Ø,ù:Ù,ú:Ú,û:Û,ü:Ü,ý:Ý,þ:Þ,ÿ:ß'; $phpdig_words_chars['iso-8859-9'] = '[:alnum:]ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖ×ØÙÚÛÜÝÞß*áâãäåæçèéêëì*îïðñòóôõö÷øùúûüýþÿ';
__________________
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. |
01-06-2005, 01:26 AM | #3 |
Green Mole
Join Date: Jan 2005
Posts: 3
|
Thank you very much! It worked great except for one thing.
When I insert "define('PHPDIG_ENCODING','iso-8859-9');" , encoding problem is totally gone, but search can not find most of the results. When I change it to 8859-1 and search with the same keyword, it finds a lot of results. Could it because I indexed using 8859-1? Would it help if I clear the index and make another one by using 8859-9? Or is that irrelevant? Again, thank you so much. |
01-06-2005, 03:21 PM | #4 |
Green Mole
Join Date: Jan 2005
Posts: 3
|
After further inspection I found out that the above problem occurs only when more than one keyword is entered.
For example, if I enter "bruce", it works great. But if I enter "bruce campbell", then it does not find anything. (finds a lot with 8859-1). I looked at the admin panel >last search queries and it shows the keyword as this: bruceòcampbell So, it somehow converts the space character to the "ò" character, thus it can't find any results. |
01-06-2005, 07:12 PM | #5 |
Head Mole
Join Date: May 2003
Posts: 2,539
|
The issue may be that you indexed using iso-8859-1 but now want search results displayed as iso-8859-9 so try a reindex and search on a site that is encoded iso-8859-9, and set PhpDig to use iso-8859-9 for everything.
__________________
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. |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Encoding Problem. Please help | Paka76 | How-to Forum | 0 | 01-04-2006 07:15 AM |
Is this a character encoding problem ? | casimiro | Troubleshooting | 0 | 12-22-2005 08:39 AM |
keywords in windows-1251 encoding | miscellone | Mod Submissions | 0 | 01-29-2004 02:26 AM |
Japanese encoding : charset=shift_jis | Edomondo | How-to Forum | 27 | 01-27-2004 07:04 AM |
windows-1251 encoding | jvalej | How-to Forum | 4 | 01-02-2004 09:51 AM |