Thanks for pointing out this file.

Question? Can I cause it to convert quot; with "

Can I do the following in line 189?

$str = utf8_encode(str_replace(array("®", "©", "™", " ", "quot;"), array('(r)', '(c)', '(tm)', ' ', '"'), $str));

or will that muck things up?
JOhn ><>