Another example, same strange error:

File "C:\Python25\web2py\gluon\html.py", line 790, in xml
    return '<%s%s>%s</%s>' % (self.tag, fa, co, self.tag)

UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position
3: ordinal not in range(128)

Variables
fa      ''
self    <gluon.html.__tag__ object at 0x018C2F10>
self.tag        u'titolo'
co      'pap\xc3\xa0'

Reply via email to