2
0
forked from Wavyzz/dolibarr

NEW Default collation for mysql is now utf8_unicode_ci

This commit is contained in:
Laurent Destailleur
2016-11-07 01:53:34 +01:00
parent 84ece61e0f
commit bcd3a1a888
6 changed files with 11 additions and 9 deletions

View File

@@ -36,7 +36,7 @@ abstract class DoliDB implements Database
/** @var string Charset used to force charset when creating database */
public $forcecharset='utf8';
/** @var string Collate used to force collate when creating database */
public $forcecollate='utf8_general_ci';
public $forcecollate='utf8_unicode_ci';
/** @var resource Resultset of last query */
private $_results;
/** @var bool true if connected, else false */