Encoding
Hi all
I have an Arabic app and it will read its data from xml file, but my problem is encoding. When it reads Arabic data, it displays them in the emulator and in my mobile as garbage. Although I set the encoding as:
<?xml version="1.0" encoding="UTF-8" ?>
So please, any suggestion will be so appreciated.
Many thanks

