web2py internally expects everything to be bytes representing utf8- encoded strings.
On Sep 4, 1:02 pm, weheh <richard_gor...@verizon.net> wrote: > When I create a form with form=SQLFORM(...), if I have a myfield of > type "text"is the form.vars.myfield value of type unicode? If I then > save the field in a file by doing a db.mytable.myfield.store(...) does > it automatically get encoded to utf-8?