The app uses a API call, which returns the data as a JSON object. (exp: http://en.wikipedia.org/w/api.php?action=parse&page=Sachin Tendulkar&format=json&prop=text&mobileformat=html)
The issues which we are facing are as follows:
The api also returns ASCII code like "\u0938\u091a\u093f\u0928 \u0930\u092e\u0947\u0936 \u0924\u0947\u0902\u0921\u0941\u0932\u0915\u0930" which also is not supported in the device.
We need to know how can we resolve the above issue as the whole layout gets distorted and app on the device stop working.
The user views the same black and white spots on the pages.(Same issue as of SVG format images)