nkzawa / socket.io-android-chat

A simple chat demo for socket.io and Android
MIT License
2k stars 690 forks source link

Unicode/Emoji not supported #104

Open eastern-sayali opened 5 years ago

eastern-sayali commented 5 years ago

If app receiving a message with emoji within socket then it is not receiving properly

aipxperts-developer commented 3 years ago

Any update on this or any solution? We are facing same issue.

YovanggaAnandhika commented 1 year ago

emoji is a special unicode that contains multi characters in loading text.

You need to create a text decoder and encoder in the serialized text that is sent and received so that it translates special characters into emoticons for example ":)" to read as a smiley emoticon it's like we type ":)" in facebook chat