Open ffelgenh opened 5 years ago
Good question and I'm not sure what the answer is to be honest with you. Maybe your terminal font doesn't support unicode?
If you are using Event.ch
, it could be something to do with nimbox not supporting Unicode. It casts a u32 to a char here
There should be a helper function .uch
that returns a string so you can process Unicode with the high level wrapper
Instead of a "German Umlaut" like "ä" I get "�". How can I fix that.
Thanks in advance