In my Android app, user types in some text that is then sent to a database (by using a URL with php). All is working fine, except that only some of the special caracters are saved in the relevant field.
For example, user has put in
čćáæíœ
and in the database I find the following:
??áæí?
The first 2 caracters and the last one have been translated to '?'
The field is utf8_general_ci. The fact that some caracters work and others not, leaves me clueless.