Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Converting WinHttpRequest response to application code
Message
De
10/02/2023 06:51:51
Antonio Lopes (En ligne)
BookMARC
Coimbra, Portugal
 
 
À
10/02/2023 06:29:11
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Divers
Thread ID:
01686154
Message ID:
01686179
Vues:
39
>Hi,
>
>>Andrus, can you run
>>
>>_CLIPTEXT = STRCONV(WinHttpRequest.ResponseBody, 13)
>>
>>and paste the result here?
>
>Result is below. Response contains Ü character in METALL OÜ word.
>

So, it seems that somewhere in your code you were/are UTF-8 encoding an already UTF-8 encoded string. STRCONV() the ResponseBody (not ResponseText) from the UTF-8 directly into ANSI (sort of...) will give you the the characters you need.
----------------------------------
António Tavares Lopes
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform