Aggiunta conversione carattere non supportato
This commit is contained in:
parent
d8820523a0
commit
9e9fd52b42
|
@ -667,6 +667,7 @@ class Validator
|
||||||
'˜' => ' ',
|
'˜' => ' ',
|
||||||
'™' => 'TM',
|
'™' => 'TM',
|
||||||
'Ÿ' => 'Y',
|
'Ÿ' => 'Y',
|
||||||
|
'č' => 'c',
|
||||||
]);
|
]);
|
||||||
|
|
||||||
$output = str_replace(array("\r", "\n"), '', $output);
|
$output = str_replace(array("\r", "\n"), '', $output);
|
||||||
|
@ -773,6 +774,7 @@ class Validator
|
||||||
'LJ' => 'LJ',
|
'LJ' => 'LJ',
|
||||||
'Lj' => 'Lj',
|
'Lj' => 'Lj',
|
||||||
'lj' => 'lj',
|
'lj' => 'lj',
|
||||||
|
'č' => 'c',
|
||||||
'NJ' => 'NJ',
|
'NJ' => 'NJ',
|
||||||
'Nj' => 'Nj',
|
'Nj' => 'Nj',
|
||||||
'nj' => 'nj',
|
'nj' => 'nj',
|
||||||
|
|
Loading…
Reference in New Issue