Fix encoding
This commit is contained in:
parent
282aad8d6f
commit
5e3da25308
1 changed files with 1 additions and 0 deletions
1
c.php
1
c.php
|
@ -27,6 +27,7 @@
|
||||||
}
|
}
|
||||||
else{
|
else{
|
||||||
$this->is_connected = true;
|
$this->is_connected = true;
|
||||||
|
mysql_set_charset("utf8");
|
||||||
return 'OK';
|
return 'OK';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue