function ftcevir($Str) {
$Str = str_replace("İ","İ",$Str);$Str = str_replace("ı","ı",$Str);
$Str = str_replace("Ö","Ö",$Str);$Str = str_replace("ö","ö",$Str);
$Str = str_replace("Ü","Ü",$Str);$Str = str_replace("ü","ü",$Str);
$Str = str_replace("Ç","Ç",$Str);$Str = str_replace("ç","ç",$Str);
$Str = str_replace("Ğ","Ğ",$Str);$Str = str_replace("ğ","ğ",$Str);
$Str = str_replace("Ş","Ş",$Str);$Str = str_replace("ş","ş",$Str);
$Str = str_replace("â","â",$Str);$Str = str_replace("Â","Â",$Str);
$Str = str_replace("î","î",$Str);$Str = str_replace("Î","Î",$Str);
$Str = str_replace("û","û",$Str);$Str = str_replace("Û","Û",$Str);
return $Str;
}
?>


yazı linklerinizi bastırırken yukarıdaki fonksiyonu kullanmayı deneyin.