I have textfield that I am setting text string and observing strange issue
If the string is "" which is codepoints 128591 1f64f I see this image1
But if the string is "" which is basically 2 code points with values 128591 128591, I see this image
Is there something special I need to do in order for the first emoji to get rendered correctly in a textView?
The emoji in question is - https://www.unicodepedia.com/unicode/emoticons/1f64f/person-with-folded-hands/
I am using appCompat 1.4.1 and I am use AppCompatTextView to render text.


