sqlite seems to have some problems with unicode?

[...]
File
"/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/sqlite/main.py",
line 240, in execute
    SQL = self._unicodeConvert(SQL)
  File
"/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/sqlite/main.py",
line 204, in _unicodeConvert
    return obj.encode(*self.con.encoding)
UnicodeEncodeError: 'ascii' codec can't encode character u'\xf6' in
position 53: ordinal not in range(128)

Where can i set this self.con.encoding to utf-8 instead of ascii?


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to