[SOLVED] Upload text (WWW) Accent problem �

Hi.
I’ve got a problem while importing some text from a php file (WWW method).

If my php file contain accent, unity player will show a “�”.
I do everything on my php file to show all the accent correctly, but unity doesn’t seem to support it.
I join a screenshot with my php result and the result on unity, you can see “Pérou” is correctly writen on the php result but not on unity.

is the text in unicode? try an ascii chart. http://www.asciitable.com/

1 Like

My php file is in UTF8 and my unity js files also. I’m not sure to understand what do you mean.
How did i pass via ascii?

try saving the php file in unicode or ANSI. unity might have a problem with special characters in UTF-8 or something.

1 Like

You’re the best.
Thanks

no problem