From 0e657043f024e074ceae409a09c51c669860fd22 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Fri, 11 Sep 2015 05:11:05 +0200 Subject: [PATCH] fixed setup encoding problem - now all is utf8 --- db/qq/QI.php | 1 + 1 file changed, 1 insertion(+) diff --git a/db/qq/QI.php b/db/qq/QI.php index bba9d16..8c9f993 100644 --- a/db/qq/QI.php +++ b/db/qq/QI.php @@ -21,6 +21,7 @@ class QI { ' --user=' . $dbinfo->m_user. ' --password=' . $dbinfo->m_password. ' --database=' . $dbinfo->m_database. + ' --default-character-set=utf8'. ' --execute="SOURCE '; $result = array(); foreach($files as $file){