Closed nijel closed 6 months ago
Thanks, I'll test this and merge if no issues come up.
Seems a lot faster and also better quality. With my files that I know were all saved as utf_8
, charset-normalizer detected all as either utf_8
or ascii
(which is fine), while chardet, in addition to those, detected some as latin1
, cp1252
and mac_roman
(which is at least unexpected, not sure if wrong).
I'll add some commits to update the README and Flatpak before merging.
I seem to have pushed to some wrong branch. Merging now, adding the rest to master.
Fixes #222