"Bruno Silva" <[EMAIL PROTECTED]> writes:
> I don't know why, but doing encode in select seem's to resolve this issue.
> Ex:
> projects = Project.select(AND(Project.q.userID == user.id,
> Project.q.name == project_name.encode('utf-8')))
There's still something being handled in ISO-8859-1 or ASCII... Are you sure
you defined your columns as UnicodeCol instead of StringCol and your
validators as UnicodeString instead of String?
--
Jorge Godoy <[EMAIL PROTECTED]>
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---