Fix encoding

This commit is contained in:
Przemek Grondek 2014-08-20 14:40:17 +02:00
parent 282aad8d6f
commit 5e3da25308

1
c.php
View File

@ -27,6 +27,7 @@
}
else{
$this->is_connected = true;
mysql_set_charset("utf8");
return 'OK';
}
}