Skip to content
Snippets Groups Projects
Commit 38204c22 authored by Antoine Lambert's avatar Antoine Lambert
Browse files

browse/utils: Reinstate chardet use but only as a fallback

While charset_normalizer performs usually better than chardet, it
remains some edge cases where it can fail to detect content encoding
while chardet succeeds.

So try to detect content encoding with chardet as a fallback when
charset_normalizer failed.
parent 2d123083
No related branches found
No related tags found
1 merge request!1270browse/utils: Reinstate chardet use but only as a fallback
Pipeline #8360 passed
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment