[web2py] UnicodeEncodeError

2020-06-08 Thread aabelyakov
web2py Web Framework Created by Massimo Di Pierro, Copyright 2007-2020 Version 2.20.4-stable+timestamp.2020.05.03.05.18.50 Database drivers available: sqlite3, psycopg2, imaplib, pymysql please visit: http://127.0.0.1:8000/ use "kill -SIGTERM 7474" to shutdown the web2py server ERROR:Rocket.Erro

[web2py] UnicodeEncodeError and request.vars

2015-04-28 Thread Louis Amon
I'm raising what seems to be an old issue with web2py : sending forms with web2py raises exceptions when using accentuated characters. Given that request.vars can be virtually anything on a production server, what is the best practice here ? Should I force request.vars keys & values to be utf-

[web2py] UnicodeEncodeError on GAE

2012-01-17 Thread ttsujie
Hi! I'm web2py and python newbie. I like web2py! But recently I have a problem on GAE. I encounterd UnicodeEncodeError on GAE when I update a field value of one table on appadmin. The table has a list:string field. I suspect that cause is list:string field. File "gluon\html.py", line 1585, in _po