WebsiteBaker 2.13.8 is now available!
R.I.P Dietmar (luisehahne) and thank you for all your valuable work for WBhttps://forum.websitebaker.org/index.php/topic,32355.0.html
$low=array("ä" => "a", "ö" => "o", "Ä" => "a", "Ö" => "o", "Å" => "a", "É" => "a", "Á" => "a", "Ü" => "u", "Ñ" => "n"); $string=strtolower(strtr($string,$low));