index.php dosyasına
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
ve
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-9" />
ikisinide denedim aynı şekilnde ayarlar.php yani curl komutlarının yer aldığı dosyaya da
<?php
header("Content-Type: text/html; charset=UTF-8");
?> ve iso-8859-9 karakter setini de denedim ama biri düzelirken öteki bozuluyor.
php karakter seti -> utf-8
html karakter seti -> utf-8
Php sayfa yapısı -> utf-8
1. site ( utf 8 olan ) direk curl ile çek
2. site iso*8859-9 olan Curl ile çek iconv ile gelenveriyi utf-8 yap
Mantık bu birisi farklı birisi farklı olmaycak hepsi utf-8 gelmek zorunda