找回密码
 立即注册

QQ登录

只需一步,快速开始

Discuz!x3.4 20180101 发帖乱码解决方案


source\function\function_core.php

搜索:
  1. function dhtmlspecialchars($string, $flags = null) {
  2.         if(is_array($string)) {
  3.                 foreach($string as $key => $val) {
  4.                         $string[$key] = dhtmlspecialchars($val, $flags);
  5.                 }
  6.         } else {
  7.                 if($flags === null) {
  8.                         $string = str_replace(array('&', '"', '<', '>'), array('&amp;', '&quot;', '&lt;', '&gt;'), $string);
  9.                         if(strpos($string, '&amp;#') !== false) {
  10.                                 $string = preg_replace('/&amp;((#(\d{3,5}|x[a-fA-F0-9]{4}));)/', '&\\1', $string);
  11.                         }
  12.                 } else {
  13.                         if(PHP_VERSION < '5.4.0') {
  14.                                 $string = htmlspecialchars($string, $flags);
  15.                         } else {
  16.                                 if(strtolower(CHARSET) == 'utf-8') {
  17.                                         $charset = 'UTF-8';
  18.                                 } else {
  19.                                         $charset = 'ISO-8859-1';
  20.                                 }
  21.                                 $string = htmlspecialchars($string, $flags, $charset);
  22.                         }
  23.                 }
  24.         }
  25.         return $string;
  26. }
复制代码


删除
  1. if(strpos($string, '&amp;#') !== false) {
  2.                                 $string = preg_replace('/&amp;((#(\d{3,5}|x[a-fA-F0-9]{4}));)/', '&\\1', $string);
复制代码


bug解决

本教程由无限星辰工作室CRX349独家整理和提供,转载请注明地址,谢谢。本文地址:https://www.xmspace.net/thread-590-1-1.html
无限星辰工作室  好集导航 Discuz全集下载  星辰站长网  集热爱361  一品文学  手机小游戏合集   海外空间网 星辰api  星辰支付二维码管理平台 阿里云服务器 腾讯云服务器
服务Discuz!建站|DiscuzQ配置|二开|小程序|APP|搬家|挂马清理|防护|Win/Linux环境搭建|优化|运维|
服务理念:专业 诚信 友好QQ842062626 服务项目 Q群315524225

发表于 2018-2-26 15:15:12 | 显示全部楼层 |阅读模式

回复 | 使用道具 举报

该帖共收到 0 条回复!
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

美图秀

    • fastadmin 后台界面使用字段数组类型
    • Discuz!x3.5 修改标题高亮颜色
    • Discuz!x3.5 应用中心 下载应用一直下载中
    • 帖子定时显示
    • 论坛辅助审核
拖动客服框
Online Service
点击这里给我发消息
点击这里联系我们
微信扫一扫
在线客服
快速回复 返回顶部 返回列表