From 6695ddcd442931a66f15e4c2fcf715ba2a51d9f3 Mon Sep 17 00:00:00 2001 From: LMR <59361885@qq.com> Date: Tue, 8 Dec 2020 15:17:03 +0800 Subject: [PATCH] to utf8 --- 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 2f08b0d5..edf9145d 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, 'ASCII', $encode); + $_it = mb_convert_encoding($it, 'UTF-8', $encode); ?>