Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Utf-8 encoding
Message
From
10/10/2020 07:43:03
Antonio Lopes (Online)
BookMARC
Coimbra, Portugal
 
 
To
10/10/2020 07:33:21
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
01676546
Message ID:
01676584
Views:
27
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform