Commit graph

9 commits

Author SHA1 Message Date
Uchechukwu Orji
9bf93258e8 make encoding aliases case-insensitive 2025-03-20 13:28:47 +01:00
Uchechukwu Orji
67e74d1a23 provide default encoding aliases 2025-03-17 14:39:53 +01:00
benoit74
cd3251b978
Fix linter / type checker issues 2025-02-03 14:50:58 +00:00
benoit74
79dfb059f7
Add --encoding-aliases setting to allow alias to Python charsets 2024-08-02 12:27:09 +00:00
benoit74
f8fe4bc6ff
Add option to specify how many first bytes to consider when searching for content charsets in header 2024-06-18 12:01:01 +00:00
benoit74
ab46842e5b
Add options to disable automatic charset retrieval 2024-06-17 11:37:57 +00:00
benoit74
b1c8a35212
Decode content bytes only with supplied charset or static list of charsets to try 2024-06-17 07:25:11 +00:00
benoit74
5912d2e06d
Make decoding a bit less permissive and log details about conversion issues 2024-05-21 08:26:57 +00:00
Matthieu Gautier
2a9c54b776 Add tests on encoding detection (to_string).
Doing this, I have added test (and fix) on declared encoding not existing.
2024-02-15 14:49:22 +01:00