13 Şubat 2015 Cuma

Html Türkçe karakter sorununun çözümü için gerekli meta charset örnekleri aşağıdadır. Hepsini kullanmak zorunda değilsiniz


<META http-equiv=content-type content=text/html;charset=iso-8859-9>
<META http-equiv=content-type content=text/html;charset=windows-1254>
<META http-equiv=content-type content=text/html;charset=x-mac-turkish>
<meta http-equiv="content-type" content="text/html; charset=UTFX">
<meta charset="utf-8">


<?php
header('Content-Type: text/html; charset=utf-8');
setlocale(LM_TIME, "tr_TR");
?>

Post a Comment:

Fazlasını biliyorsan yorumlayabilirsin!!!