mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-06-04 04:55:28 -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)