On Sat, Oct 4, 2014 at 3:12 PM, Zé Gotinha <[email protected]> wrote:
> I am trying to create an app which the user can write a text in any > language. The problem is that the site is not showing special characters > as: ç, á, â, 我, στ ... > However, when I run the site locally on my computer, it shows perfectly... > with any special characters that I enter... > I don't understand why it doesn't store utf-8 characters. > Is the problem that the datastore entity isn't storing the characters, or that the text isn't showing up on the page? Do you see any errors in App Engine logging? Can you look up the entity using the Datastore Viewer and see what's stored within? If you submit a form containing special characters, can your application display a web page containing those characters (not store, just display)? ----------------- -Vinny P Technology & Media Consultant Chicago, IL App Engine Code Samples: http://www.learntogoogleit.com -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/d/optout.
