Aggiunta conversione carattere non supportato
This commit is contained in:
parent
d8820523a0
commit
9e9fd52b42
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue