- Home /
Accentuation in Android
Hi I am saving my file in Visual Studio 2010 with Unicode(UTF-8 with signature) but when i build to android, the characters with accentuantion are gone.
How can I solve that?
Thx in advance!
Comment
Answer by alvaro-em · Apr 04, 2012 at 06:39 PM
Ok. I solved it by importing the font I wanted to use to the project (i.e. Arial). Then I selected it in the project tab and changed the character combobox to Unicode (don't remember if it was already selected after import).
After that I created a new Style by defining it at the script (public GUIStyle myStyle;), asigned the new font to the "Font" parameter at the inspector and used it at the GUI.Label as the last parameter. Accentuation is working correctly now.
Hope it helps!
Your answer