rockerhieu / emojicon

A library to show emoji in TextView, EditText (like WhatsApp) for Android
Apache License 2.0
3.61k stars 818 forks source link

How can i print the emoji as unicode format #60

Open alphaDroid89 opened 9 years ago

alphaDroid89 commented 9 years ago

Hi,

Thanks for the wonderful library. When i print the entered text with Emoji icons it displayed like text with some drawable, is it possible to print that emoji as unicode format.

seema7 commented 9 years ago

StringEscapeUtils.escapeJava(edittext.getText().toString()); to get it in unicode format.

alphaDroid89 commented 9 years ago

Thank you so much @seema7