From 92d7cad5f154359a5b249d7a63fb5034f7d1b51a Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Wed, 21 Sep 2016 11:53:34 -0400 Subject: [PATCH] enabled utf8 --- web/api/app/Config/database.php.default | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/api/app/Config/database.php.default b/web/api/app/Config/database.php.default index be4e2a902..aeaba1cb1 100644 --- a/web/api/app/Config/database.php.default +++ b/web/api/app/Config/database.php.default @@ -71,7 +71,7 @@ class DATABASE_CONFIG { 'password' => ZM_DB_PASS, 'database' => ZM_DB_NAME, 'prefix' => '', - //'encoding' => 'utf8', + 'encoding' => 'utf8', ); public $test = array(