Hi!
I’m using the awesome Slick-library for my game and wonders how I can add support for special characters such as “åäöÅÄÖ” in the TextField when typing input into it.
If I set the text in the textfield to Åäö with code it is shown, but if I type it in when it is focused it doesn’t show those letters, other regular letters works fine.
Thanks for the help!