@neauoire i was talking about typing on a keyboard
here: https://git.sr.ht/~rabbits/uxn/tree/main/item/src/uxnemu.c#L366
if i type some character that's not ascii, for example, á (U+00E1), only the first byte (0xc3) of the utf-8 sequence 0xc3a1 gets recorded.
@la_ninpre Oh, yeah that's a SDL thing. The shavian onscreen keyboard I use sends multiple bytes to left https://git.sr.ht/~rabbits/uxn-utils/tree/main/item/gui/shaviankb/assets.tal#L71