From efb07927d995efbc33822ba447b2beed2b31ef5a Mon Sep 17 00:00:00 2001 From: Robert Alessi Date: Wed, 24 Feb 2016 20:27:29 +0100 Subject: first implementation of fullvoc tables --- arabluatex_voc.lua | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'arabluatex_voc.lua') diff --git a/arabluatex_voc.lua b/arabluatex_voc.lua index 5ea68ee..5d35a82 100644 --- a/arabluatex_voc.lua +++ b/arabluatex_voc.lua @@ -67,9 +67,8 @@ raw = { hamza = { -- initial long u {a="%'%_U", b="أU"}, - -- madda and its historic writing + -- madda (historic writing below) {a="'A", b="آ"}, - {a="(A)(')", b="aآء"}, -- initial (needs both ^ and %W patterns) {a="^(')([ua])", b="أ%2"}, {a="^(')(i)", b="إ%2"}, @@ -81,6 +80,8 @@ hamza = { {a="([UI])(')([uai])$", b="%1ء%3"}, {a="([UI])(')([uai])(%W)", b="%1ء%3%4"}, -- middle + {a="(A)(')(i)", b="aآئ%3"}, -- historic madda + {a="(A)(')", b="aآء"}, -- historic madda {a="([UI])(')", b="%1ء"}, {a="([^uai])(')([uU])", b="%1ؤ%3"}, {a="([^uai])(')([aA])", b="%1أ%3"}, -- cgit v1.2.3