Closed mpociot closed 3 months ago
This error popped up with Laravel Herd and can be reproduced like this:
echo iconv('UTF-8', 'CP437', 'foo');
This results in: Warning: iconv(): Wrong encoding, conversion from "UTF-8" to "CP437" is not allowed in php shell code on line 1
It's caused by libiconv build configure (missing --enable-extra-encodings). It will be added later.
--enable-extra-encodings
This error popped up with Laravel Herd and can be reproduced like this:
This results in: Warning: iconv(): Wrong encoding, conversion from "UTF-8" to "CP437" is not allowed in php shell code on line 1