Browse Source

Okay, SQLite doesn't support UTF8...let's at least write it down! :P

Signed-off-by: emanuele <[email protected]>
emanuele 11 năm trước cách đây
mục cha
commit
5e93e478f2
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      other/install.php

+ 1 - 1
other/install.php

@@ -76,7 +76,7 @@ $databases = array(
 		'always_has_db' => true,
 		'utf8_default' => true,
 		'utf8_required' => true,
-		'utf8_support' => true,
+		'utf8_support' => false,
 		'validate_prefix' => create_function('&$value', '
 			global $incontext, $txt;