mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-01-28 22:49:38 +01:00
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…
x
Reference in New Issue
Block a user