I want to use the TextEntered event, but I don't get how the conversion to letters is supposed to work. Of course, if I wanted to use ASCII I could use char(Event.Text.Unicode), but I want to use extended characters (especially ä, ö, ü and that stuff). I did see the UTF classes, but I have no clue how to use them. What do I have to do to convert Event.Text.Unicode in a character?