java - netty-socketio Utf8 polish chars -



java - netty-socketio Utf8 polish chars -

i've got problem utf-8 encoding (polish chars) when sending event (message) server netty-socketio client socket.io. have configure? client server it's ok. library netty-socketio 1.7.3 .

@onevent(value = "message") public void onmessageeventhandler(socketioclient client, string data, ackrequest ackrequest) { client.sendevent("message", "z serwera wiadomości!"); }

on client response server, broken message:

"z serwera wiadomoÅci!"

java utf-8 socket.io netty

Comments

Popular posts from this blog

maven fortify plugin : Unable to load build session with ID XXXXX .. See log file for more details -

c# - Primavera WebServices does not return any data -

android - Display emoji panel with genymotion - keyboard/touch input? -