Hi,
this is a very begginer question.
I use this code to render de template:
path = os.path.join(os.path.dirname(__file__),
'contacto.html')
self.response.headers["Content-Type"] = "text/html;
charset=iso-8859-1"
self.response.out.write(template.render(path, {}))
I have one form where i am trying to input words like: Águeda,
Açores, ... The code to get the words is:
cidade = self.request.get('cidade')
I think some problem related with charset is apenning because in de
database the words are : gueda, A , ...
Please help me, i am a begginer.
Thanks
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google App Engine" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---