mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-03-10 03:43:40 -04: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)