Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Utf-8 encoding
Message
De
10/10/2020 07:43:03
 
 
À
10/10/2020 07:33:21
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
01676546
Message ID:
01676584
Vues:
28
>I tried with theirs example
>
>
><?xml version="1.0" encoding="UTF-8"?>
><!-- the rest of the document... -->
>
>
>but that didn't help.
>

Zoran, that's precisely the point. You can't declare a UTF-8 encoding with a non-UTF-8 encoded document. And if you don't declare the encoding, then the document must be UTF-8 encoded.

What I suggested you was to try to properly declare the encoding of your ANSI-encoded document.



>
>Zoran, most XML compliant services support other encodings besides Unicode, raw or transformed. Did you try to build your XML document with an XML declaration where you state the encoding explicitly?
>
>
><?xml version="1.0" encoding="iso-8859-2"?>
><!-- the rest of the document... -->
>
>
>or even
>
>
><?xml version="1.0" encoding="windows-1250"?>
><!-- the rest of the document... -->
>
----------------------------------
António Tavares Lopes
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform