This commit is contained in:
Paula Quispe
2019-03-28 13:00:34 -04:00
parent fcd252dfb2
commit 2929e8ac3e
5 changed files with 51 additions and 6 deletions

View File

@@ -3225,7 +3225,6 @@ class G
'/Ö/' => 'Oe',
'/ß/' => 'ss',
'/[\.|\,|\+|\"|\:|\;|\-|\\|\/]/' => " ",
'/\\\\/' => $replacement,
'/\\s+/' => $replacement);
$map = array_merge($default, $map);