From 081b7baf04df443c6ba0708d81252815323ca3ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96sterreicher?= Date: Thu, 1 Jul 2010 08:57:22 +0000 Subject: [PATCH] =?UTF-8?q?"=C3=9F"=20wird=20nun=20als=20"ss"=20codiert?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- include/functions.inc.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/functions.inc.php b/include/functions.inc.php index 88cd5c462..c275360bb 100644 --- a/include/functions.inc.php +++ b/include/functions.inc.php @@ -498,7 +498,8 @@ function convertProblemChars($str) 'Y' => '/Ý/', 'y' => '/ý|ÿ/', 'a.' => '/ª/', - 'o.' => '/º/' + 'o.' => '/º/', + 'ss' => '/ß/' ); return preg_replace($acentos, array_keys($acentos), htmlentities($str,ENT_NOQUOTES, $enc));