I want to show Urdu font from json service and I' m using it in English version it shows correctly. But when I want to show Urdu language from json to android it does not show urdu language proper.. how to fix that issue
Asked
Active
Viewed 147 times
0
-
Are you using UTF-8 or Urdu code page? – Tarik Jul 21 '15 at 12:15
-
yes i am using using ut8 and json is showing urdu text properly – user3273547 Jul 21 '15 at 12:23
-
why android is not showing urdu text from json service ? – user3273547 Jul 21 '15 at 12:29
-
my json is also not showing urdu language it shows ??? – user3273547 Jul 21 '15 at 12:45
-
I assume json is generated on the server side and that it is generated as UTF-8. Please, confirm. – Tarik Jul 23 '15 at 11:41