diff options
author | Karl Berry <karl@freefriends.org> | 2016-10-05 21:16:30 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-10-05 21:16:30 +0000 |
commit | a8ef7b0b48c3a8fc592bf4b632c9d23f5a115293 (patch) | |
tree | 8a69b0f561c01e65953a258e88b05639b824d364 /Master/texmf-dist/tex/lualatex/arabluatex/arabluatex_fullvoc.lua | |
parent | 7f79088c29fadbf95ada8297529a9b1d5f6cf416 (diff) |
arabluatex (5oct16)
git-svn-id: svn://tug.org/texlive/trunk@42213 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/lualatex/arabluatex/arabluatex_fullvoc.lua')
-rw-r--r-- | Master/texmf-dist/tex/lualatex/arabluatex/arabluatex_fullvoc.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/lualatex/arabluatex/arabluatex_fullvoc.lua b/Master/texmf-dist/tex/lualatex/arabluatex/arabluatex_fullvoc.lua index af7dd9e7b2b..5c1e6e2aae8 100644 --- a/Master/texmf-dist/tex/lualatex/arabluatex/arabluatex_fullvoc.lua +++ b/Master/texmf-dist/tex/lualatex/arabluatex/arabluatex_fullvoc.lua @@ -62,7 +62,7 @@ hamzafv = { {a="(A)(')(uN?)(%W)", b="aآء%3%4"}, {a="(A)(')(iN?)$", b="aآء%3"}, {a="(A)(')(iN?)(%W)", b="aآء%3%4"}, - {a="(A)(')(i)", b="aآئ%3"}, -- historic madda + {a="(A)(')([iI])", b="aآئ%3"}, -- historic madda {a="(A)(')(u)", b="aآؤ%3"}, -- historic madda {a="(A)(')", b="aآء"}, -- historic madda -- initial (needs both ^ and %W patterns) @@ -161,7 +161,7 @@ hamzafveasy = { -- differences marked below with 'easy' {a="(A)(')(uN?)(%W)", b="aاء%3%4"}, {a="(A)(')(iN?)$", b="aاء%3"}, {a="(A)(')(iN?)(%W)", b="aاء%3%4"}, - {a="(A)(')(i)", b="aائ%3"}, -- historic madda + {a="(A)(')([iI])", b="aائ%3"}, -- historic madda {a="(A)(')(u)", b="aاؤ%3"}, -- historic madda {a="(A)(')", b="aاء"}, -- historic madda --easy (end) |