This commit is contained in:
Net Gusto 2014-11-04 13:48:08 +01:00
parent eef1df314e
commit c3b3ffaa49

View file

@ -492,9 +492,10 @@ TEST;
$space = "-";
$sString = strtr($sString, ' -+_\'', $space . $space . $space . $space . $space); // convert spaces
if(function_exists("iconv")) {
$sString = iconv('UTF-8', 'ASCII//TRANSLIT', $sString);
}
# De-activated; @see https://github.com/netgusto/Baikal/issues/244
#if(function_exists("iconv")) {
# $sString = iconv('UTF-8', 'ASCII//TRANSLIT', $sString);
#}
$sString = strtolower($sString);