dom96 / nimbox

Fork of https://notabug.org/vktec/nimbox
30 stars 4 forks source link

German Umlaut #8

Open ffelgenh opened 5 years ago

ffelgenh commented 5 years ago

Instead of a "German Umlaut" like "ä" I get "�". How can I fix that.

Thanks in advance

dom96 commented 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?

AjBreidenbach commented 5 years ago

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