Quote Originally Posted by numinix View Post
Isaac,

You may have found something. Try removing the /* */ around that section and let me know if that changes anything. Your descriptions might look different, but at least they'll import.

Thanks Jeff for the prompt response. Removing this:
PHP Code:
/*if(strtolower(CHARSET) != 'utf-8')
                $output_buffer .= utf8_encode($output);
            else
                $output_buffer .= $output;*/ 
does not solve the problem. That's line 640-643 of /public_html/ebay.php. I just want to make sure that I am removing the right lines.

Thanks!