aboutsummaryrefslogtreecommitdiff
path: root/arabluatex_fullvoc.lua
AgeCommit message (Expand)Author
2016-03-21long vowels, diphthongs and consonants with ǧazmah before ʾalif conjunctionisRobert Alessi
2016-03-21shorten long vowels according to rule laid down in Wright i. §25 (trans mode)Robert Alessi
2016-03-20assimilations [Wright i §14 (b)]; no more euphonic tašdīd in novoc modeRobert Alessi
2016-03-20some bugfixes in the tables; still writing the documentationRobert Alessi
2016-03-15added final hamza + sukūnRobert Alessi
2016-03-15bugfix: final hamza was wrongRobert Alessi
2016-03-15some corrections in the tables + writing the documentationRobert Alessi
2016-03-11bugfix: quoted hamza + sukūn in fullvoc modeRobert Alessi
2016-03-11bugfix: quoting sukūn in fullvoc modeRobert Alessi
2016-03-10writing documentation (continued) + added quoting u|a|iRobert Alessi
2016-03-04silent wāw and yāʾ in words such as ḥayāt and tawrātRobert Alessi
2016-03-03ʿamr + u a i in fullvoc and transliteration tablesRobert Alessi
2016-03-03šadda over hamza + improved maddaRobert Alessi
2016-03-03corrected final hamza; added quoting before hamzaRobert Alessi
2016-03-03added sukūn over w in ramaW(A) and the likeRobert Alessi
2016-03-02corrected typosRobert Alessi
2016-02-28cleaned fullvoc tablesRobert Alessi
2016-02-26implementation of fullvoc tablesRobert Alessi
2016-02-25add hamza + sukūn in fullvoc tablesRobert Alessi
2016-02-25r + sukun was lacking in fullvoc tablesRobert Alessi
2016-02-25fix hamza: ^say'aN, xa.tI'aTuN; fix maddaRobert Alessi
2016-02-24first implementation of fullvoc tablesRobert Alessi
olor:#000000">="(ء)(aN)", b="%1"}, {a="([^TA])(aN)", b="%1ا"}, {a="iN", b=""} } longvnv = { {a="A", b="ا"}, {a="U", b="و"}, {a="I", b="ي"}, {a="Y", b="ى"}, } shortvnv = { {a="u", b=""}, {a="a", b=""}, {a="i", b=""} } -- return { -- raw = raw, -- hamza = hamza, -- trigraphs = trigraphs, -- tanwin = tanwin, -- digraphs = digraphs, -- single = single, -- longv = longv, -- shortv = shortv, -- null =null -- }