diff --git a/plugins/exportFE/src/Validator.php b/plugins/exportFE/src/Validator.php index 14442a6c3..db61e4aa3 100755 --- a/plugins/exportFE/src/Validator.php +++ b/plugins/exportFE/src/Validator.php @@ -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',