私は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
か?