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]>: > Hi > I want to set the character encoding of the HTTP response to UTF-8. > In local deploying with Eclipse everythig is OK with the JVM parameter > (-Dfile.encoding="UTF-8"), but when i deploying my application to App > Engine the character encoding goes wrong, and the ajax response String > displayed in my web page is not UTF-8. What can I do? Can I set the > given JVM option to my application somehow? > > Thx Peter > > -- > 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. > > -- 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.
