Hi Artem, There is no 'xmpp.parseMessage' method. What method/class are you referring to? Can you please paste the code you're using, and the exception (if any) you're getting?
-Nick Johnson On Tue, Sep 8, 2009 at 3:23 PM, Artem Kuroptev <[email protected]> wrote: > > 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? > > > > -- Nick Johnson, Developer Programs Engineer, App Engine --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
