You should not have no problem when inserting from a SQLFORM (correct?) You may have problems when you do it manually
db.table.insert(field=value) value has to be UTF8 encoded. Massimo On Apr 27, 2:04 pm, scanzoni <[email protected]> wrote: > I am getting this error whenever I attempt to add data to the sqlite > database that is non-english from a form - in this particular > example, it involved Spanish surnames like IÑIGO or JOSÉ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py Web Framework" 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/web2py?hl=en -~----------~----~----~----~------~----~------~--~---

