Index: /branches/version-2_11-dev/data/class/SC_Query.php
===================================================================
--- /branches/version-2_11-dev/data/class/SC_Query.php	(revision 20833)
+++ /branches/version-2_11-dev/data/class/SC_Query.php	(revision 20843)
@@ -77,5 +77,5 @@
         }
         if (!PEAR::isError($this->conn)) {
-            $this->conn->setCharset('utf8');
+            $this->conn->setCharset(array("utf8","utf8_general_ci"));
             $this->conn->setFetchMode(MDB2_FETCHMODE_ASSOC);
         }
