mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
10 lines
316 B
C
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 */
|