hani-momanii/SuperNova-Emoji

Not Convert emoji to unicode

amit016verma opened this issue · 3 comments

Sir, I need your help, please sort out from this issue
I am converting emoji to
String toServerUnicodeEncoded = StringEscapeUtils.escapeJava(message);

with the help of this compile 'org.apache.commons:commons-lang3:3.4' dependency
but its not working

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