时间:2021-07-01 10:21:17 帮助过:8人阅读
不知道你的语言包是什么玩意
但我知道向xml写的内容一定是要 utf-8 编码的
不知道你的语言包是什么玩意
但我知道向xml写的内容一定是要 utf-8 编码的
我贴个语言包你看看啊
$scriptlang['act'] = array(
'demo1' => "demo1",
/* 含有变量值的语言包一般用在脚本文件中调用, 其中变量可以在showmessage(), lang()等函数中某个参数以数组 键值对的形式指定替换值。*/
例如:showmessage('myrepeats:adduser_succeed', 'home.php?mod=spacecp&ac=plugin&id=myrepeats: memcp', array('usernamenew' => stripslashes($usernamenew))); */
'demo2' => "demo2",
);
$templatelang['act'] = array(
'about' => "关于活动专区",
'qb' => "全部",
);
$installlang['act'] = array(
);
?>
我看了下,这个act.lang.php文件是gbk的,整个程序也是gbk的,我要把这个文件改成utf8的意思吗?