Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid overly-specific encoding assertion
We don't pin charset-normalizer versions, so assertions about its behaviour are likely to flake. For example: - charset-normalizer 3.2.0 reports this encoding as cp037. - charset-normalizer 3.3.0 reports it as CP949. - charset-normalizer 3.3.1 and 3.3.2 report it as Big5. We don't care so much what the exact encoding is; we just care that we get a usable result. So, we change our assertion here to be much less specific.
- Loading branch information