Fixing #244
This commit is contained in:
parent
eef1df314e
commit
c3b3ffaa49
1 changed files with 4 additions and 3 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue