How to write spanish characters?

I am not able to make Unity show well spanish characters like “ñ” or acents like “ó”. I saved the document with mono as utf8 encoding but didnt work. Also tried to encode the string to utf8 with C# but doesnt work either. I checked the ttf and windows shows it well but not Unity.

You need UTF-16 if you’re using C#.

–Eric

Thanks it worked with utf32 encoding with C#, as didnt find the utf16 encoding