I am developing the mobile app with multilanguage support using phonegap and jquery.I am using Jquery i18n for multi language support.
Followed the example shown in the site.
I am able to pick the right file, but it shows me with the special characters. For example:If the text is "Olá World" it displays "Ol(some special character) World" in my device.But the expected result is Olá World.Here á is been replaced with some special character.
Default encoding which Iam using is "iso-8859-1".Please some one help to resolve this issues. Thanks in advance.