Hello
As i was developing for Android i can’t seem to retrieve correctly the format from the WWW request,
In the editor it works fine, but as soon as i build to Android the UTF-8 characters are loaded as black diamonds question marks (wich i assume is an encoding error)
My www request code:
WWW questoes = new WWW("http://bentnail.com.br/extrair_perguntas.php", form);
yield return questoes;
string questoesString = System.Text.Encoding.Default.GetString(questoes.bytes);
arr_questoes = questoesString.Split(';');
And the in-game result
PC Editor version:

Android Version:
This is my last bug to finish the project, really need Pro help on this
Thanks!
