标签:ar for sp html ef bs htm as php
dedecms gbk版本在php5.4以上环境下 无法保存中文
原因在于5.4.0对这个函数的变化:htmlspecialchars
5.4.0 The default value for the encoding parameter was changed to UTF-8.
默认的编码是utf8
所以需要更改htmlspecialchars($value, ENT_COMPAT ,‘GB2312‘)
标签:ar for sp html ef bs htm as php
原文地址:http://www.cnblogs.com/tl542475736/p/4026650.html