nimbox icon indicating copy to clipboard operation
nimbox copied to clipboard

German Umlaut

Open ffelgenh opened this issue 7 years ago • 2 comments

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

Thanks in advance

ffelgenh avatar Feb 22 '19 22:02 ffelgenh

Good question and I'm not sure what the answer is to be honest with you. Maybe your terminal font doesn't support unicode?

dom96 avatar Feb 24 '19 11:02 dom96

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

AjBreidenbach avatar Mar 08 '19 18:03 AjBreidenbach