这个问题让人很无语。如果你用的是down的cms那就再下载个不同编码的。如果可以要转换。我这里有个函数。可以成功解决你的问题。希望你会使用。function gb2unicode($gb)
{
if(!trim($gb))
return $gb;
$tmp=file($filename);
$codetable=array();
$filename="gb2312.txt"; while(list($key,$value)=each($tmp))
$codetable[hexdec(substr($value,0,6))]=substr($value,9,4);
$utf="";
while($gb)
{
if (ord(substr($gb,0,1))>127)
{
$this=substr($gb,0,2);
$gb=substr($gb,2,strlen($gb));
$utf.="".$codetable[hexdec(bin2hex($this))-0x8080].";";
}
else
{
$gb=substr($gb,1,strlen($gb));
$utf.=substr($gb,0,1);
}
}
return $utf;
}
?>希望对你有所帮助!
我来告诉你,你先把分给我,告诉你一个非常简单的方法,直接就是重新做一遍
修改apache 配置 或者用 .htaccess 文件重写配置