failed to write spanish character in text file -android!!!

hello i am developing android game in unity and i am trying to write Spanish accent characters in text file
and it works fine in unity editor but when i try to run it on android device it doesn’t write accent character in text file instead of that it writes some raw characters.
so how can i write spanish character in text file which is on android device?

Take a look at this question. iOS or Android, spanish or scandinavian… it’s all the same problem. :slight_smile:

Unity basically supports Unicode characters, but on mobile it only includes the ascii set for the Arial font. You have to import a Font manually that supports your desired characters. See the very last line on this page