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

Popular posts from this blog

1111. appearing after print sequence - php -

excel - I can't get the attachement of the email PHP -

node.js - Express and Redis - If session exists for this user, don't allow access -