android - Unicode to text in java -
how can convert unicode string
"\u0646\u0627\u0645" to human-readable string can put in textview?
no need more this
textview text = (textview) findviewbyid(r.id.yourtextview); text.settext("\u0646\u0627\u0645");
Comments
Post a Comment