I have this page http://abone.doganburda.com/test/indexNew.php, when it was .html file there was no problem with Special Turkish character, everything was displayed correctly,
when I added some php code to it, and made it .php file, the special charcters showed this problem ,there is a part of the file is taken from external xml file is not displaying correctly,
I have added
header('Content-Type: text/html; charset=utf-8');
and I have in the header the following but none of this solved the problem
<?php
header('Content-Type: text/html; charset=utf-8');
?>
<!DOCTYPE html>
<html class=" js csstransitions" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
you can see this here
Bu site, Do?an Burda Dergi Yay?nc?l?k ve Pazarlama A.?. taraf?ndan T.C. yasalar?na uygun olarak yay?nlanmaktad?r. Sitenin isim ve yay?n haklar? Do?an Burda Dergi Yay?nc?l?k ve Pazarlama A.?.?ye aittir. Sitede yay?nlanan yaz?, foto?raf, harita, illüstrasyon ve konular?n her hakk? sakl?d?r. ?zinsiz,kaynak gösterilerek dahi al?nt? yap?lamaz.
it should be displayed correctly as here http://abone.doganburda.com/test/
Bu site, Doğan Burda Dergi Yayıncılık ve Pazarlama A.Ş. tarafından T.C. yasalarına uygun olarak yayınlanmaktadır. Sitenin isim ve yayın hakları Doğan Burda Dergi Yayıncılık ve Pazarlama A.Ş.’ye aittir. Sitede yayınlanan yazı, fotoğraf, harita, illüstrasyon ve konuların her hakkı saklıdır. İzinsiz,kaynak gösterilerek dahi alıntı yapılamaz.
this is the response header for my php page
HTTP/1.1 200 OK
Date: Thu, 01 May 2014 13:19:53 GMT
Server: Apache/2.2.13 (FreeBSD) mod_ssl/2.2.13 OpenSSL/0.9.8e PHP/5.2.11 with Suhosin-Patch
X-Powered-By: PHP/5.2.11
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
Transfer-Encoding: chunked
Content-Type: text/html; charset=utf-8
Content-Language: tr
how can I display those special characterrs correctly