From 5e3da25308702230a7f75b4ff50e1b9d0649d7fc Mon Sep 17 00:00:00 2001 From: Przemek Grondek Date: Wed, 20 Aug 2014 14:40:17 +0200 Subject: [PATCH] Fix encoding --- c.php | 1 + 1 file changed, 1 insertion(+) diff --git a/c.php b/c.php index b99ab9f..3b3a0f0 100644 --- a/c.php +++ b/c.php @@ -27,6 +27,7 @@ } else{ $this->is_connected = true; + mysql_set_charset("utf8"); return 'OK'; } }