私は2つのphpファイルを持っています。index.phpとpreview.php
上部にindex.phpこのコードがあります
<meta http-equiv='Content-Type' content='Type=text/html; charset=utf-8'>
使用index.phpからコンテンツをロードしようとすると、次のようになります。preview.php
function preview_content(id)
{
var thebutton = '#previewButton';
$(thebutton).hide();
$('#preview_area').load('preview.php?id='+id);
}
このような文字がロードされたコンテンツM�laga CF
utf-8同じコードを一番上に配置しようとしましたpreview.phpが、何も変わりませんでした。文字セットを使用してコンテンツを取得する方法はありますUTF-8か?