Re: [SQLObject] utf-8 encoding troubles

2010-02-05 Thread Oleg Broytman
On Fri, Feb 05, 2010 at 03:48:15AM +0100, Petr Jake?? wrote: > MySQLConnection = mysql.builder() You don't need that. > connection = connectionForURI("mysql:// > prestashop:[email protected]:3306/prestashop") > = >

Re: [SQLObject] utf-8 encoding troubles

2010-02-05 Thread Petr Jakeš
SOLVED: > MySQLConnection = mysql.builder() > connection = connectionForURI("mysql:// > prestashop:[email protected]:3306/prestashop") > > = Finally: connection = connectionForURI('mysql:// prestashop:prestas...@127.

[SQLObject] utf-8 encoding troubles

2010-02-04 Thread Petr Jakeš
I am having troubles with some unicode utf8 characters. They are not displayed properly. I was trying a lot off different settings on the connection part of the SQLObject scrpit (see below), but not success till now. == this code DOES NOT bring the UTF -8 code from the database ==