I'm developping an Android application. This app has to connect to a server with login and password. This launches a PHP script on the remote server which then get the login and password strings. When I use a character such "é" in the login (which is possible), the PHP script get the character "�".
How to get the correct character in my PHP script ? Thanks.