Quote Originally Posted by lankeeyankee View Post
Those are illegal characters that the googlefroogle.php file has turned into the A type characters. Open your xml file in a text editor and copy the character and then paste it into the editor's search function so you can replace with the correct character.

This is a bug in this contribution's script. I have the same problem and it takes extra steps to find all of the invalid characters.

I have tried to resolve this before, it lies in the sanitizer function in the googlefroogle.php file. Hopefully Numinix will get this resolved. If I fix it I will post the new file here.
Thank you for your response. When I did a search when in admin in the developer's tools. It shows in:

admin/image handler.php
Line #438 : <option value="GBP">£ (GBP)</option>

Line #441 : <option value="JPY">Â¥ (JPY)</option>

includes/classes/support/phpmailer.lang-ja.php
Line #13 : $PHPMAILER_LANG["execute"] = '¼Â¹Ô¤Ç¤##¤Þ¤»¤ó¤Ç¤·¤¿: ';

Line #20 : $PHPMAILER_LANG["connect_host"] = 'SMTP¥¨¥é¡¼: SMTP¥Û¥¹¥È¤ËÀܳ¤Ç¤##¤Þ¤»¤ó¤Ç¤·¤¿¡£';

includes/classes/support/phpmailer.lang-ru.php
Line #19 : $PHPMAILER_LANG["file_access"] = 'Â äîñòóïå ê ñëåäóþùåìó ôàéëó áûëî îòêàçàíî: ';


Or are you referring to the google file - /feed/froogle_documents.xml?
What about the other questions like upc and ibsn? Those are model number. How do I add them to file?

Thanks, Kim