Text view displays Arabic characters as question marks “?????”
问题 I'm working on an android app that displays a textviews with mixed Arabic and English words; the app displays Arabic text that I wrote inside Java classes as question marks ????? here is a screenshot: The Code: if(tCat.equals("StandardT_")){ serviceLine="Operations / خدمات عامة"; } tv.setText(serviceLine); what I have tried: Decoding characters in android and no its not the same question and the answers didn't help. How to support Arabic text in Android? I'm using a new version that supports