I am receiving a location address from GPS(Latitude/Longitude) programmatically; however, sometimes I receive a location address with special/unwanted characters.
When I send the addresses containing special/unwanted characters to the server, they are declined by the server.
Example 1: , delhi, ä¸å?½
Example 2: सà¥à¤
How can I prevent this issue?