When using Facebook api I get these characters as a json response. I think these are Unicode characters. How can I convert them into normal characters ?
\u0dbb\u0d82\u0daf\u0dd2\u0d9a \u0da2\u0dba\u0d9a\u0dd9\u0dcf\u0da9\u0dd2
Thanks in advance !
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Use
Html.fromHtml("\u0dbb\u0d82\u0daf\u0dd2\u0d9a \u0da2\u0dba\u0d9a\u0dd9\u0dcf\u0da9\u0dd2").toString();