I have created a file and saved it as UTF-8 I placed this code:
<div class="top_pic">
<img src="<?php echo $this->images_dir ?>image.jpg" alt="doc ao fim do dia" width="632" height="320"/>
</div>
<div id="conteudo_menu">
<?php echo $this->conteudo_menu ?>
</div>
<div id="item_list">
<?php echo $this->vinhos_lista ?>
</div>
Ben kaydetmek ve yeniden ve iso-8859-1 var.
Ben notepad + + ve Dreamweaver kullanarak değiştirerek denedim.
Hep aynı sonuç. Sayfa utf-8 dizeleri sunar, çünkü bu sayfa berbat ediyor.
Lütfen! Biri bana yardım!
EDIT:
Sonunda bu sabit. Ben UTF8 için her şeyi zorlamak için mb_convert_encoding kullanılır.
Tüm yardım için teşekkürler!