diff --git a/var/Typecho/Common.php b/var/Typecho/Common.php index 26c3e660..e631ec1f 100644 --- a/var/Typecho/Common.php +++ b/var/Typecho/Common.php @@ -9,7 +9,7 @@ * @version $Id$ */ -define('__TYPECHO_MB_SUPPORTED__', function_exists('mb_get_info')); +define('__TYPECHO_MB_SUPPORTED__', function_exists('mb_get_info') && function_exists('mb_regex_encoding')); /** * Typecho公用方法