microsoft / cpprestsdk

The C++ REST SDK is a Microsoft project for cloud-based client-server communication in native code using a modern asynchronous C++ API design. This project aims to help C++ developers connect to and interact with services.
Other
7.89k stars 1.63k forks source link

Charset support gbk... #1783

Open algoqt opened 6 months ago

algoqt commented 6 months ago

http://qt.gtimg.cn/q=sz002055 return GBK charset, it turns the error came out:

Error fetching URL http://qt.gtimg.cn/q=sz002055: Charset must be iso-8859-1, utf-8, utf-16, utf-16le, or utf-16be to be extracted.


is the way to fix this ?