Can not display french characters

I’m trying to display french accents character while calling a php file from mysql db. It doesn’t show up the right character.

loadVariablesNum(“url to php file”,0,“POST”);

I even added
System.useCodepage = true;

does anyone have any ideas?