chardet 2.1.1.tar.gz
3、判断文件编码的参考代码如下: file = open(fileName, "rb")#要有"rb",如果没有这个的话,默认使用gbk读文件。 buf = file.read() result = chardet.detect(buf) file = open(fileName,"r",encoding=result["encoding"]) content = file.readlines()
文件列表
chardet-2.1.1.tar.gz
(预估有个63文件)
chardet-2.1.1
MANIFEST.in
83B
PKG-INFO
2KB
README.rst
895B
bin
chardetect.py
1KB
docs
css
chardet.css
5KB
images
暂无评论