While working with Froogle, the datafeed is constantly bugging me with encoding problems in some article-descriptions.
The script, string and output is utf8 encoded, but I can’t find the characters that cause the problem.
is there a way to detect troublesome characters?
Try using the htmlentities function for your string.
And then use,
html_entity_decodefunction to read back with utf8 as parameter.