ftfy
Package — UtilityPython 3.7+Intermediate
Fix broken Unicode text (mojibake, encoding issues)
Quick Info
- Documentation
- Official Docs
- Python Version
- 3.7+
- Dependencies
- wcwidth
- Install
pip install ftfy
Learn by Difficulty
Quick Example
python
# Install: pip install ftfy import ftfy # Basic ftfy usage print(f"Using ftfy") # See documentation for detailed examples
ftfy is a third-party package. Fix broken Unicode text (mojibake, encoding issues). Install with: pip install ftfy
Try in PlaygroundTags
packageutilityhelper