mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-06-05 13:35:21 -04:00
5c3385476f
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)