python3----智能检测编码的工具

Posted jonm

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python3----智能检测编码的工具相关的知识,希望对你有一定的参考价值。

 1 f = open(C:/Users/Administrator/Desktop/100.txt, rb)
 2 data = f.read()
 3 # print(data)
 4 f.close()
 5 
 6 import chardet
 7 print(chardet.detect(data))
 8 print(data.decode(ascii))
 9 
10 {‘encoding‘: ‘ascii‘, ‘confidence‘: 1.0, ‘language‘: ‘‘}
11 需要先安装
12 pip install chardet

 

以上是关于python3----智能检测编码的工具的主要内容,如果未能解决你的问题,请参考以下文章

Pycharm首次使用教程

基于Python3的漏洞检测工具 ( Python3 插件式框架 )

python第三方库-字符串编码工具 chardet 的使用(python3经典编程案例)

python第三方库-字符串编码工具 chardet 的使用(python3经典编程案例)

python3 爬虫(urllib+beautifulsoup)beautifulsoup自动检测编码错误

《安富莱嵌入式周报》第279期:强劲的代码片段搜索工具,卡内基梅隆大学安全可靠C编码标准,Nordic发布双频WiFi6 nRF7002芯片