1
0
Fork 0
forked from len0rd/rockbox
foxbox/firmware/arabjoin.h
2025-08-20 16:09:49 -04:00

10 lines
316 B
C

typedef struct {
unsigned short isolated;
unsigned short final;
unsigned short medial;
unsigned short initial;
} arab_t;
extern const arab_t zwj; /* zero-width joiner */
extern const arab_t lamaleph[]; /* lam-aleph ligatures */
extern const arab_t jointable[]; /* lookup table for arabic joining */