> Thank you very much for a response!
>
> S   a   i    n   t    -    E  x    u   p             r   y
> 53 61 69 6e 74 2d 45 78 75 70 c3 a9 72 79
>
> 0xc3 0xa9 in the database as viewed in a hex editor.

Made some progress.

Change development.ini to this:

sqlalchemy.url=mysql+mysqldb://user:[email protected]:3306/mydb?
charset=utf8

I get some warnings:

python2.6/site-packages/SQLAlchemy-0.6.6-py2.6.egg/sqlalchemy/engine/
url.py:195: PendingDeprecationWarning: cgi.parse_qsl is deprecated,
use urlparse.parse_qsl instead query = (len(tokens) > 1 and
dict(cgi.parse_qsl(tokens[1]))) or None

But I no longer get the UnicodeDecodeError. Still have other problems
but that is tracked in another post.

-- 
You received this message because you are subscribed to the Google Groups 
"TurboGears" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/turbogears?hl=en.

Reply via email to