forked from Wavyzz/dolibarr
NEW Default collation for mysql is now utf8_unicode_ci
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user