Browse Source

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

Signed-off-by: emanuele <[email protected]>
emanuele 12 years ago
parent
commit
5e93e478f2
1 changed files with 1 additions and 1 deletions
  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;