Hi, First thing, you should specify which framework you are using (Python or Java)... If Python, I suggest placing this question directly at: http://groups.google.com/group/google-appengine-python?hl=en You will probably get stronger answers from there.
Supposing that you are talking about Python: Did you try to deal with encoding before insert/query the data from datastore? Something like: model.text = unicode(text, 'utf8') This worked well for me (I am working with an application handling japanese). On Dec 26, 6:01 pm, benzrad <[email protected]> wrote: > the app don't support Chinese as forum title, but i mistakenly created > a Chinese forum, now homepage can't display correctly, but formerly > built forums can list posts, posting within the sub-forum also works. > for the app was open source, and don't improved it, my only solution > to the broken page is to rollback my dataset, deleted recent submitted > data, which wrongly creating a UNIcode forum title. > help me out! TIA. -- 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.
