[web2py] Re: UnicodeEncodeError on GAE

2012-01-17 Thread ttsujie
8') +else: +_value = str(self['_value']) if t == 'checkbox' and not '_checked' in self.attributes: On 1月18日, 午前9:26, ttsujie wrote: > Thank you for replay. > > I tried, but the same error message. > (app_devserv

[web2py] Re: UnicodeEncodeError on GAE

2012-01-17 Thread ttsujie
Thank you for replay. I tried, but the same error message. (app_devserver NG, GAE NG) I think it's strange that error message is "UnicodeEncodeError", is not "UnicodeDecodeError"... On 1月18日, 午前7:44, howesc wrote: > try decode instead of encode (the string is encoded in utf-8 and you are > tryi

[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