How did you edit using utf8 or did you insert latin-1 chars?
On Mar 10, 9:44 am, Eduardo <meketr...@gmail.com> wrote: > 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