From cddd3d82295984828d2a22e0ec31b7b9cf856289 Mon Sep 17 00:00:00 2001 From: Urban Müller Date: Tue, 6 Jan 2026 16:25:20 +0100 Subject: known problem, reduce utf8 err messages --- it.class | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/it.class b/it.class index 11641d7..8793d84 100644 --- a/it.class +++ b/it.class @@ -611,7 +611,7 @@ static function any2utf8($value, $errprefix = "") $value = preg_replace('/\xc2\xad/', '', $value); # Kill invisible soft hyphens $value = normalizer_normalize($value, Normalizer::FORM_C); if ($error && $errprefix) - it::error(array('title' => "$errprefix: " . trim($error))); + it::error(['title' => "$errprefix: " . trim($error), 'blockmailid' => "it_any2utf8", 'blockmail' => 2*86400]); # FIXME 2026-02 UM revert suppression } return $value; -- cgit v1.2.3