forked from len0rd/rockbox
arabjoin.h was emptied by accident
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8175 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
f9752c408d
commit
aeff14cb09
1 changed files with 10 additions and 0 deletions
|
@ -0,0 +1,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 */
|
Loading…
Add table
Add a link
Reference in a new issue