1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-02-16 19:40:44 +01:00
This commit is contained in:
MatteoPistorello 2023-05-24 17:15:32 +02:00
commit 1783b64563

View File

@ -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',