Fetch icon indicating copy to clipboard operation
Fetch copied to clipboard

Added switch to avoid 'incomplete multibyte character' when converting utf-8 to utf-8

Open buelsenfrucht opened this issue 10 years ago • 0 comments

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.

buelsenfrucht avatar Oct 28 '15 12:10 buelsenfrucht