ftfy 修复Unicode编码的Python库
ftfy 修复Unicode编码
ftfy是Python的第三方库,可用于修复因为各种情况而遭到破坏的Unicode编码,并输出修复好的Unicode编码。
ftfy库简单应用实例代码
>>> import ftfy
>>> ftfy.fix_text('✔ No problems')
'✔ No problems'
Github开源协议和stars
MIT license
Github 3.6k stars
ftfy安装命令
pip install ftfy
提示:如果计算机系统中或虚拟环境中同时安装有Python2和Python3,可以使用pip3进行安装。
Python版本要求
ftfy is a Python 3 package!
免责声明:内容编辑自网络,仅供参考,不保证正确性,不作任何决策依据!!以上数据皆截止于博文的写稿日期。