Jonathan Vanasco, środa 12 sierpnia 2009 22:38: > On Aug 12, 3:29 pm, Ian Wilson <[email protected]> wrote: > > What sqlalchemy type are you using for the db field ? > > sqlalchemy is reflecting, and the db is set to utf8
It seems that you're dealing with UTF-8 encoded strings (type str), not Unicode objects. .pk. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" 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/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
