From 548166a6f7ae5a166a5ca3f95986c4f03198635b Mon Sep 17 00:00:00 2001 From: LMR <59361885@qq.com> Date: Tue, 8 Dec 2020 15:33:50 +0800 Subject: [PATCH] ok --- 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 3ae2d2b3..de846dc5 100644 --- a/application/views/cache/update.php +++ b/application/views/cache/update.php @@ -125,7 +125,7 @@ $(function() { $it) { - $encode = mb_detect_encoding($it, array('ASCII','UTF-8','GB2312','GBK','BIG5')); + $encode = mb_detect_encoding($it, array('ASCII','GBK','ISO-8859-1','UTF-8')); $_it = mb_convert_encoding($it, 'UTF8', $encode); ?>