ankushsachdeva / emojicon

Android library to show emojicon dialog box over soft keyboard
283 stars 149 forks source link

need help with emoji lib. retriving emoji from server with unknown characters #28

Open pawaramitr opened 9 years ago

pawaramitr commented 9 years ago

Hi Sir, I'm referring your emoji library from github. But I am not receiving some emoji from database server which used Emojicon.fromCodePoint(0x1f604) method. But emoji with Emojicon.fromChar((char) 0x263a) method works fine. Please help me Sir. What changes should I do to get those emoji.

when I rename emoji file name with working emoji file name (.png file name) then that emoji work fine..

those starting with 0x1f__ are not working..

(not working) 4 byte 07-09 15:14:08.365: I/PARAMS(6801): username=xyz&password=xyz&to=abc&message=%F0%9F%98%8A&action=sendMessage&

(working) 3 byte 07-09 15:13:58.878: I/PARAMS(6801): username=xyz&password=xyz&to=abc&message=%E2%98%BA&action=sendMessage&

plz sir