mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-11-17 20:13:03 -05:00
cchardet is not maintained anymore: https://github.com/PyYoshi/cChardet/issues/77 cchardet is based on uchardet with the addition of reporting encoding detection confidence. We dont really need that, so moving to uchardet is simplest. See #1690 (Low effort port to charset_normalizer)