Fetch
Fetch copied to clipboard
Added switch to avoid 'incomplete multibyte character' when converting utf-8 to utf-8
We had an issue with german characters like "ü". Error message was
iconv(): Detected an incomplete multibyte character in input string
in /var/www/api/vendor/tedivm/fetch/src/Fetch/MIME.php:39
This only happened when both charactersets were utf-8, so conversion weren't neccessary anyway.