Delphi idhttp解决获取UTF-8网页中文乱码问题

Posted railgunman

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Delphi idhttp解决获取UTF-8网页中文乱码问题相关的知识,希望对你有一定的参考价值。

超简单~加个函数转换下就OK了~ 

UTF8Decode() 

我的用法是Memo1.text:=UTF8Decode(idhttp1.get(‘‘)); 

转自:

http://hack518.blog.sohu.com/99364146.html

https://www.iteye.com/blog/netfork-391753


 

 

1、使用TIdHTTP,如果访问的页面是utf-8编码,下载到页面后,需要进行编码转换。 
utf8toansi(idhttp1.Get( ‘http://192.168.1.9/test.html ‘))

以上是关于Delphi idhttp解决获取UTF-8网页中文乱码问题的主要内容,如果未能解决你的问题,请参考以下文章

delphi使用idhttp.post登录时网页使用gbk编码,但是idhttp自动将数据用utf-8编码。

delphi 7中使用idhttp抓取网页 解决假死现象

delphi中IdHTTP控件怎么实现下载

delphi7 用 idhttp.get 抓取网页显示乱码

Delphi用idhttp向用gbk编码的网站Post过去的数据在网站的网页显示成乱码怎么解决?

delphi 网页源代码