Aleksandar Rodić
Aleksandar Rodić
thanks for the answer @dougwilson. so basically if you remove check then there are cases when charset cannot be determined reliably, according to the specs that is? do you maybe...
@dougwilson i have an issue with api that is implemented with callbacks. when they send data they set charset in the header to `iso-8859-1`. so as a workaround, for the...
why these two produce different outputs? ```sh ➜ lychee git:(master) ✗ cargo run https://github.com/lycheeverse/lychee/issues/1736 Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s Running `target/debug/lychee 'https://github.com/lycheeverse/lychee/issues/1736'` 103/103 ━━━━━━━━━━━━━━━━━━━━ Finished extracting...
@thomas-zahner @mre here's an attempt to consolidate the current logic before we fix the issue. If you can please give it a look when you find time - https://github.com/lycheeverse/lychee/pull/1835