Hello,
I have a problem, when i type the text using unicode characters like á, ã, ê, it works. But when i set the .text by code, it gives "??" glymphes! Does any one knows whats going on ? Do i have to encode my characters somehow ? I searched a bit, and have not found anything on the forum. Please help

btw; i have checked and encoding is on, even tried to see if ngui encodes the text before displaying, but it just sets the .text variable the same, i must be missing something very obvious here, everything works if i set my text under the inspector, but when i try to set the text variable on my code it does not work.