From 63181801ee28e546f3137c679be556d7f68e5594 Mon Sep 17 00:00:00 2001 From: LMR <59361885@qq.com> Date: Tue, 8 Dec 2020 15:16:06 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/views/cache/update.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/views/cache/update.php b/application/views/cache/update.php index 8b68924c..2f08b0d5 100644 --- a/application/views/cache/update.php +++ b/application/views/cache/update.php @@ -126,7 +126,7 @@ $(function() { $it) { $encode = mb_detect_encoding($it, array('ASCII','UTF-8','GB2312','GBK','BIG5')); - $_it = mb_convert_encoding($it, 'utf-8', $encode); + $_it = mb_convert_encoding($it, 'ASCII', $encode); ?>