forceutf8
forceutf8 copied to clipboard
PHP future deprecation warning
Getting this Warning: Use of undefined constant ICONV_TRANSLIT - assumed 'ICONV_TRANSLIT' (this will throw an Error in a future version of PHP)
using like this: Encoding::fixUTF8($str, Encoding::ICONV_TRANSLIT);
PHP8 - Fatal error: Uncaught Error: Undefined constant "ICONV_TRANSLIT", unfortunately looks like author dropped this
You have to have the iconv PHP extension installed and loaded for that to work.