Aggiunta gestione caratteri speciali FE

This commit is contained in:
FabioL 2024-07-09 15:34:52 +02:00
parent 4526e03c2f
commit dfc01a9901
1 changed files with 2 additions and 0 deletions

View File

@ -4443,6 +4443,8 @@ class Validator
'ò' => 'o',
'ù' => 'u',
'' => '-',
'✓' => '-',
'●' => '-',
]);
return $string;