Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Converting WinHttpRequest response to application code
Message
From
10/02/2023 06:51:51
 
 
To
10/02/2023 06:29:11
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
01686154
Message ID:
01686179
Views:
38
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform