Hello all I am having unicode problem whenever i try inserting into Database by doing this :
db.tbl_data.insert( **data_dict ) when data_dict have a field with unicde value , decoded in UTF-8 . How can i insert ? Why unicode is not fully supported by Web2py DAL ..? Regards, Phyo.

