Hi all!
I'm trying to display a UTF-8 character in a
jTextView control:
I'm using a
jTextView to display a counter, and when the counter reaches 0 a smiley is directly displayed in place of the numbers.
In any classical Windows or Linux application using
TLabel it displays a smiley, but in my Android app it doesn't work, only a '?' is displayed. Any idea on who to do it?