I have an Android app and it allows users to post text. I'm noticing that certain text like 'ó' and other text with the accent above it ends up getting changed to a '?'.
I haven't hand any luck searching Google about this. My android app posts to an API. I've tested the API using other clients such as an iPhone app, a C# app and a web app and none of the other clients have issues with the special characters.
Is there some setting when doing an http post or before the post that I need to change in Android?