Hi,

i am using Microsoft.XMLHTTP to pull information from a php page on my server, and they look exactly how they should look via firefox webbrowser, but via Microsoft.XMLHTTP outputted to a Listview the special characters aren't formmated correctly.

eg,

& #39; (had to put a space after & as it turns into a apostrophe on the site)

instead of

'

This is a encoding issue? how do i encode it to utf-8 if this is the case?

thanks in advance