I have response from server like this json
"content": "\\u062a\\u0637\\u0628\\u064a\\u0642 \\u0645\\u0645\\u064a\\u0632 \\u0627\\u0644\\u0634\\u0643\\u0631 \\u0644\\u0645\\u0646 \\u0633\\u0627\\u0647\\u0645 \\u0641\\u064a\\u0647"
it represents emoj
I need to convert each emotion to the same code as in emoji code table http://apps.timwhitlock.info/emoji/tables/unicode#emoji-modal
The problem is that i can't map encoding from response json to the encoding in the table
any help please ???
i will map each emoj to corresponding url in table emoj and display it in spannedImage