Accented vowels

I’m trying to get accented vowels in my input in a custom input field.

The GUI.TextField supports those characters but the Input.inputString doesn’t retrieve them. What should I do ?

To clarify, the characters I’m talking about are: á ó ú Á É ñ, etc.

Ty

Get a font creator program and make your own.

The question isn’t about creating fonts. As for the answer, I don’t know. According to the docs, Event.character should work, but it doesn’t. Although if that worked, I would expect Input.inputString would work too. (The docs say inputString only contains ASCII characters, but that’s clearly not true.)

–Eric

@Eric5h5, the Event.character doesn’t retrieve it, just the vowel alone, although it registers the previous > ´ < as a character 0 (or null). That is a bummer.

I managed to simulate the behaviour by manually tracking modifiers and characters events. I guess i’ll have to do a different routine for windows.