I'm trying to display utf-8
character in a ListView
in my android app, but what appears is series of question mark????? This is what the output looks like:
[{"ImageID":"1","ItemID":"Item1","ItemID_AM":"????
???","ImagePath":"http:\/\/10.0.2.2\/android\/Pagination\/pics\/pic_a.png"},{"ImageID":"2","ItemID":"Item2","ItemID_AM":"????
????","ImagePath":"http:\/\/10.0.2.2\/android\/Pagination\/pics\/pic_b.png"},...
I already used: header('content-type: application/json; charset=utf-8');
But nothing changed. Can someone help please?
Thanks.