|
11-24-2005, 03:48 AM | #1 |
Green Mole
Join Date: Nov 2005
Posts: 2
|
unicode symbol x5e emties keywords
Hey. I have installed phpdig on
PHP Version 5.0.4 Apache 2.0 mysql 4.1.7. When I run the spider, it says everythign is ok and pages are indexed, but when I go back to admin interface I see that there's no any keyword in the table. I've tried to find the problem and have found the following. there're mb_ereg_replace functions in code with the pattern of ^([\x00-\x1f]|[\x21-\x2c]|[\x2e-\x2f]|[\x3a-\x40]|[\x5b-\x60]|[\x7b-\x7f])+ if we delete [\x5b-\x60] or change the pattern to the following ^([\x00-\x1f]|[\x21-\x2c]|[\x2e-\x2f]|[\x3a-\x40]|[\x5b-\x5d]|[\x5f-\x60]|[\x7b-\x7f])+ everything works ok. Question: why??????? |
11-24-2005, 10:58 AM | #2 |
Green Mole
Join Date: Nov 2005
Posts: 2
|
unicode symbol x5e emties keywords
Where is exactly this function? Regards, Facundo |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Khmer Unicode | i03e12 | Troubleshooting | 1 | 04-09-2006 05:38 PM |
keywords duplicates and unwanted keywords | jerrywin5 | How-to Forum | 5 | 04-06-2005 03:20 PM |
Unicode support & PHP...ironic? | viclee8888 | How-to Forum | 1 | 04-15-2004 01:51 PM |
at symbol | nathanmaki | Troubleshooting | 1 | 03-22-2004 10:25 PM |
mata keywords | heiko | IPs, SEs, & UAs | 1 | 03-16-2004 07:31 PM |