I have an EditText which contains smiley faces, the smiley faces are being added to the EditText as a spanable content,
I managed to draw the other things like "underline", "bold" and "italic", but I'm having trouble in drawing the bitmaps. Since when converting the EditText content to a string, the bitmaps are replaced with unicode object character "fffc" http://www.fileformat.info/info/unicode/char/fffc/index.htm
Any help is appreciated