forceutf8 icon indicating copy to clipboard operation
forceutf8 copied to clipboard

PHP future deprecation warning

Open avizaz opened this issue 5 years ago • 2 comments

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);

avizaz avatar Feb 20 '20 09:02 avizaz

PHP8 - Fatal error: Uncaught Error: Undefined constant "ICONV_TRANSLIT", unfortunately looks like author dropped this

avizaz avatar Apr 05 '21 19:04 avizaz

You have to have the iconv PHP extension installed and loaded for that to work.

garrettw avatar Feb 16 '23 20:02 garrettw