Is there anyone has this problem?
With Arabic and Persian language,
I am using axios. And axios using XmlHttpRequest on react-native. There is no problem with iphone. But on android, The characters are broken. Not only those Arabic or Persian language but also other all JSON parsed data characters. I am using application/json for request, response. But I can see correct data on iphone and web. Only on android react native.
What is the problem??
Do I have to process something on the server??
Is it because some ambiguous character ? Like RTL or some special charater code in Arabic or Persian language??
I can't find the reason....
Anyone could help me?