[web2py] UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 1145: ordinal not in range(128)

2015-05-15 Thread Annet
After upgrading to web2py version 2.10.3 I get an error on fields of type text when they contain accented latin characters, see traceback. Traceback (most recent call last): File /Users/iannet/web2py_local/gluon/restricted.py, line 227, in restricted exec ccode in environment File

[web2py] UnicodeDecodeError: 'ascii' codec can't decode byte ...

2010-11-08 Thread Omri
Hello, I'm having a unicode problem with the DAL. I'm developing a (mainly) RPC database application with qooxdoo as JS framework and web2py as the webserver. I have created a fairly generic update_record function which simply gets two input variables - a table name and a data dictionary with