Could be an idea to include utf8 support either incorporated or in documentation: ``` $db = new pdoext_Connection( $dsn, $username, $password, array(PDO::MYSQL_ATTR_INIT_COMMAND => 'SET NAMES \'UTF8\'') ); ```