I have an application running on a PocketPC 2002 that downloads data via an
ASP page from a web server. The PocketPC has MSXML 2 installed on it. The
data on the web server has a field that contains a dutch character (ascii
code 224) and this appears to be converted/misinterpretted by the
"Microsoft.XMLHTTP" component.

When I debug the ASP page the part of the XML string that is sent back to
the PocketPC is as follows

<Field Name="FromAddress1">à</Field>

However, what is received at the PocketPC using the MSXML.XMLHTTP object is

<Field Name="FromAddress1">?Field>

Does anyone have any suggestions as to what is causing this?

Thanks.

Tony