I'm afraid I don't know enough about Java and how it handles unicode / characters encodings. Perhaps one of the Java people on the list can offer some ideas.
Just an idea, have you tried specifying the characters with unicode code-points (ie U+0042)? Robert On Fri, Mar 4, 2011 at 12:07, dilbert <[email protected]> wrote: > Not really sure what you mean. I use the following to send the message: > ChannelServiceFactory.getChannelService().sendMessage(new > ChannelMessage(key, "message šđžčćŠĐŽČĆ")); > > Thanks for the help. > > -- > 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. > -- 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.
