Hi,

I modified the insert( ) function of appadmin.py from the example app
by passing a dict to the labels attribute of SQLFORM( ) - in other
words:

appadmin.py > insert( ) > SQLFORM(...... labels=dict)

The labels, with Portuguese characters, are not correctly encoded on
the final result. Note that both appadmin.py and layout.html are
declared as utf-8, and those two, together with appadmin.html, were
saved as utf-8.

Also note that a dict passed to SQLTABLE within appadmin.html is being
correctly displayed, which makes me confuse.

Any suggestions?

Eduardo

Reply via email to