A modern Music Player Daemon based on Rockbox open source high quality audio player
libadwaita audio rust zig deno mpris rockbox mpd
at master 12 lines 428 B view raw
1/* Note these are not ucschar_t becuase all arabic 2 codepoints are <16bit, so no need to waste table space */ 3typedef struct { 4 unsigned short isolated; 5 unsigned short final; 6 unsigned short medial; 7 unsigned short initial; 8} arab_t; 9 10extern const arab_t zwj; /* zero-width joiner */ 11extern const arab_t lamaleph[]; /* lam-aleph ligatures */ 12extern const arab_t jointable[]; /* lookup table for arabic joining */