[fixes #8] Setting everything to use UTF-8

This commit is contained in:
Xkeeper
2015-08-09 23:24:17 -07:00
parent 340ebd2ed1
commit 0c24f7a669
2 changed files with 5 additions and 9 deletions

View File

@@ -22,6 +22,7 @@
$this->connection = (($persist) ? mysql_pconnect($host,$user,$pass) : mysql_connect($host,$user,$pass));
$t = microtime(true)-$start;
$this->id = ++self::$connection_count;
$this->set_character_encoding("utf8");
if (self::$debug_on) {
$b = self::getbacktrace();