C++ file->SendRequest returning ANSI instead of UTF8

  • Thread starter Thread starter William Sidney Leandro
  • Start date Start date
W

William Sidney Leandro

Guest
Hello All,

I hope you are fine..

Please, I am doing a C++ request: file->SendRequest
(class CHttpFile afxinet.h )

When I retrieve this data(get request) it seems it is encoded as ANSI and the source file from this request is econdeded as UTF8.

I am reading it using file->ReadString .

How should I do in order to retrieve this data as UTF8?

Regards,

William

Continue reading...
 
Back
Top