emojicon icon indicating copy to clipboard operation
emojicon copied to clipboard

Convert Text Smileys to Emoticons

Open manisha-jain-bs opened this issue 9 years ago • 1 comments

@ankushsachdeva : Thanks for the wonderful library. I have used this library in android application and it is working like a charm in my application. The Emoji keyboard is very helpful to show and post Emoticons from the app.

Now in my application I want to convert text Smiley also in Emoticons.

For Ex: If I type a string like Hello World :) :D then I want to convert it in Hello World Emoticons.

I have checked the files of your library and found a file People.java in which you have executed the below functions Emojicon.fromCodePoint(0x1f604) Emojicon.fromChar((char) 0x263a) So, I need to

  1. Regex pattern to fetch all the text smiley from the string
  2. Then need to find the corresponding Unicode of that smiley icons.

How can I do these above 2 tasks, I am not able to find any solution for this. I want to do this dynamically, so that each text smiley can be converted to it's emoticon.

Please help me if you have any idea here, Thanks a lot in advanced.

manisha-jain-bs avatar Apr 01 '16 07:04 manisha-jain-bs

hello , i have the same issue either and i look every were and i can't find any solution until now.. i want to know if you find any solution and resolve this problem in your application. thanks ;)

chaimawetcha avatar Aug 12 '16 14:08 chaimawetcha