This commit is contained in:
the-djmaze 2022-10-17 09:27:36 +02:00
parent fc2958538c
commit e6fc06b346

View file

@ -128,7 +128,7 @@ abstract class Utils
{
static $aSupportedEncodings = null;
if (null === $aSupportedEncodings) {
$aSupportedEncodings = \mb_list_encodings();
$aSupportedEncodings = \array_diff(\mb_list_encodings(), ['BASE64','UUENCODE','HTML-ENTITIES','Quoted-Printable']);
$aSupportedEncodings = \array_map('strtoupper', \array_unique(
\array_merge(
$aSupportedEncodings,