charset-normalizer
Package — DocumentsPython 3.7+Intermediate
Fast, accurate character encoding detection
Quick Info
- Documentation
- Official Docs
- Python Version
- 3.7+
- Dependencies
- None (pure Python)
- Install
pip install charset-normalizer
Learn by Difficulty
Quick Example
python
import charset_normalizer print(f"charset-normalizer loaded successfully") print(f"Version: {getattr(charset_normalizer, '__version__', 'unknown')}")
charset-normalizer is a third-party package. Fast, accurate character encoding detection. Install with: pip install charset-normalizer
Try in PlaygroundTags
packagedocumentsfile-formatoffice