Re: Google Base Feeder Support Thread

Originally Posted by
astraub
I was fighting the same problem today.
The regex in eregi_replace() doesn't seem to be doing the right thing at all.
I've added this line to google_base.php just after the call to eregi_replace() in the sanitizer code, and it seems to be cleaning things up rather nicely.
Code:
$str = iconv("UTF-8","UTF-8//IGNORE",$str);
Cheers,
/Al
Thanks - That solved that problem!
My Server Versions:
Zen Cart 1.3.9h, Apache 2.2.17, PHP 5.2.17, MySQL 5.1.54
Bookmarks