I have created a simple echo xmpp chat bot at [email protected]. It works fine for latin characters and I get blank squareы for non- latin. Ihave tried to use request.setCharacterEncoding("utf-8"); as a first call at doPost, but that doesn't work. I guess XMPPService.parseMessage method do not takes into account the encoding of POST request. Probably it is possible to parse post request by myself (without XMPPService) and to brute force the character encoding used by requester in Google backed. But if there is a better way?
--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
