Aggiunta conversione carattere non supportato

This commit is contained in:
Pek5892 2023-05-24 09:35:30 +02:00
parent d8820523a0
commit 9e9fd52b42
1 changed files with 2 additions and 0 deletions

View File

@ -667,6 +667,7 @@ class Validator
'˜' => ' ',
'™' => 'TM',
'Ÿ' => 'Y',
'č' => 'c',
]);
$output = str_replace(array("\r", "\n"), '', $output);
@ -773,6 +774,7 @@ class Validator
'LJ' => 'LJ',
'Lj' => 'Lj',
'lj' => 'lj',
'č' => 'c',
'NJ' => 'NJ',
'Nj' => 'Nj',
'nj' => 'nj',