On Wednesday 16 May 2007 02:53, ro wrote: > hi all > > While I use sqlobject to commit UTF8 string to MySQL, this error caused > > File > "d:\python24\lib\site-packages\SQLObject-0.7.5-py2.4.egg\sqlobject\mysql\my >sqlconnection.py", line 77, in _executeRetry > myquery = unicode(query, self.encoding) > UnicodeDecodeError: 'ascii' codec can't decode byte 0xe6 in position > 111: ordinal not in range(128)
What does the query look like? And are you sure it has the proper utf-8-encoding? Diez --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

