Hi, everyone I usually in the habit of following the client-side development, checking my app by localhost: 8080 to see if there is any abnormality, and then use appcfg to sent it through appengine. I used to believe that these two environment(devapp and appcfg) are the same, but after the package has been placed by appcfg just right now, there is happen to error from server-side: "r = unicode (r) UnicodeDecodeError: 'ascii' codec can't decode byte 0xb9 in position 115 : ordinal not in range (128) ". It is strange that I found the same page through localhost:8080 is fine. Can anyone help me to solve this problem ,and why these difference happened between appcfg and devapp? Does the result of devapp can be rely on? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
