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

formatting - SAS SQL Datepart function returning odd values -

c++ - Apple Mach-O Linker Error(Duplicate Symbols For Architecture armv7) -

php - Yii 2: Unable to find a class into the extension 'yii2-admin' -