Minor fix: convert tables and data from ISO to UTF-8
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@250 b3834d28-1941-0410-a4f8-b48e95affb8f
This commit is contained in:
parent
b10bc4065e
commit
c6ab56d6c7
@ -16,6 +16,7 @@ class ServiceFactory {
|
||||
if(!$db->db_connect_id) {
|
||||
message_die(CRITICAL_ERROR, "Could not connect to the database", $db);
|
||||
}
|
||||
$db->sql_query("SET NAMES UTF8");
|
||||
}
|
||||
|
||||
if (!isset($instances[$name])) {
|
||||
|
Loading…
Reference in New Issue
Block a user