blob: 0085b31f4c365f647525f93d306346e806289634 (
plain)
1
2
3
4
5
6
7
8
9
10
|
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 */
|