I'm building a chat application in which I'll be using emoticons, so the problem is that when I enter and send the text, for eg. - "Hahha this is so funny " In MySQL, it gets saved as "Hahha this is so funny ??"
Can anyone tell me how to detect whether the string being saved to server contains an emoji and if it does, then accordingly convert the emoji part to special unicode format?
Thanks a ton!