Thx but i allready added
response.setContentType("text/html; charset=UTF-8");
response.setCharacterEncoding("UTF-8");
Local deploy is OK only deploying to app engine is wrong.On jún. 19, 17:56, djidjadji <[email protected]> wrote: > You have to set the correct HTTP response header. In Python code > > self.response.headers['Content-Type'] = "text/html; charset=utf-8" > > 2010/6/18 Peter <[email protected]>: -- 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.
