소스 검색

Change the default collation to be consistent with the DB definition.

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@1156 a333f486-631f-4898-b8df-5754b55c2be0
dflaven 14 년 전
부모
커밋
0c3ee69c3b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      core/config.class.inc.php

+ 1 - 1
core/config.class.inc.php

@@ -39,7 +39,7 @@ class ConfigException extends CoreException
 }
 
 define ('DEFAULT_CHARACTER_SET', 'utf8');
-define ('DEFAULT_COLLATION', 'utf8_general_ci');
+define ('DEFAULT_COLLATION', 'utf8_unicode_ci');
 
 define ('DEFAULT_LOG_GLOBAL', true);
 define ('DEFAULT_LOG_NOTIFICATION', true);