Description
Detect likely character encodings in byte data using a fork of cChardet. It helps Python programs choose how to decode text from files, messages, feeds, or network responses when metadata is missing.
This is a detection library and its result is still a guess. Applications should preserve original data or allow correction when the guessed encoding affects user-visible text or data migration.