Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Non standard characters in XML
Message
De
24/04/2012 11:04:20
 
 
À
24/04/2012 09:44:26
Information générale
Forum:
Visual FoxPro
Catégorie:
XML, XSD
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Network:
Windows 2003 Server
Database:
Visual FoxPro
Application:
Desktop
Divers
Thread ID:
01542427
Message ID:
01542474
Vues:
59
>>can you zip and attach your xml file ( and schema )
>Attached, there is no scheme as such it's an OTA standard (http://www.opentravel.org/)
>
>>How do you read it ? XmlToCursor(), Xmladapter or Msxml2.DOMDocument.6.0 ?
>>Can you show the code you use to read it ?
>
>It's a straight forward parsing code, not XmlToCursor or anything clever, but you can't open the XML in IE or any other XML reader.
>
>Gary.

I concur with Dragan, this is not utf8

With a hex editor I see after 'Hanna ' the hex values C33F C23F

According to http://en.wikipedia.org/wiki/UTF-8 , the C3 tells it's a two byte sequence. The next byte is 3F and that cannot be a continuation byte. A continuation byte should be 8x, 9x, Ax or Bx
Gregory
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform