From 1024f1c4dddbd0c81ef6f417276eb9b75c64d049 Mon Sep 17 00:00:00 2001 From: hide_d Date: Fri, 6 Apr 2018 02:01:20 +0900 Subject: [PATCH] =?UTF-8?q?=ED=98=B9=EC=8B=9C=20=EB=AA=A8=EB=A5=BC=20utf-8?= =?UTF-8?q?=20=EC=99=B8=EC=9D=98=20=ED=99=98=EA=B2=BD=20=EB=B0=A9=EC=A7=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- f_config/config.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/f_config/config.php b/f_config/config.php index 1c40c8f2..19143b7d 100644 --- a/f_config/config.php +++ b/f_config/config.php @@ -8,6 +8,10 @@ define('IMAGES', '../../images'); define('ROOT', realpath(__dir__.'/..')); +mb_internal_encoding("UTF-8"); +mb_http_output('UTF-8'); +mb_regex_encoding('UTF-8'); + function logErrorByCustomHandler(int $errno, string $errstr, string $errfile, int $errline, array $errcontext){ if (!(error_reporting() & $errno)) { // This error code is not included in error_reporting, so let it fall