So basically I'm making a game with a chat, if I try to send characters like å,ä,ö or the likes through sendChat they come out ruined on the other side. I'm guessing there's an issue where either the method in warpclient sending the string or receiving it is changing encoding from UTF-16.
Using Java and sdk 1.5.5.
Noteworthy is that appwarp's chat example
http://appwarp.shephertz.com/wp-content/themes/twentytwelve/Demo/html5chat/ has the same issue.
Can I get around this in any way?