From 8e127205b9c18e2b2c4e175e1be08bf0295a8c0f Mon Sep 17 00:00:00 2001 From: Robert Alessi Date: Tue, 20 Jun 2017 20:34:56 +0200 Subject: =?UTF-8?q?'^n'=20is=20to=20be=20transliterated=20'=C3=B1'=20in=20?= =?UTF-8?q?dmg=20mode?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- arabluatex_trans.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/arabluatex_trans.lua b/arabluatex_trans.lua index b21397d..35f4b67 100644 --- a/arabluatex_trans.lua +++ b/arabluatex_trans.lua @@ -368,7 +368,7 @@ digraphstrdmg = { -- additional characters (begin) {a="%^c", b="č"}, {a="%^z", b="ž"}, - {a="%^n", b="g"}, + {a="%^n", b="ñ"}, -- additional characters (end) -- the following needs to be moved above shortening rules -- {a="(U)(A)", b="ū"}, @@ -409,7 +409,7 @@ singletrdmg = { -- additional characters (begin) {a="p", b="p"}, {a="v", b="v"}, - {a="g", b="g"}, -- for ^n → g see above + {a="g", b="g"}, -- additional characters (end) {a="\"", b=""}, {a="B", b=""} @@ -849,7 +849,7 @@ digraphstrarabica = { -- additional characters (begin) {a="%^c", b="č"}, {a="%^z", b="ž"}, - {a="%^n", b="g"}, + {a="%^n", b="ñ"}, -- additional characters (end) {a="(U)(A)", b="ū"}, {a="WA", b="w"}, @@ -889,7 +889,7 @@ singletrarabica = { -- additional characters (begin) {a="p", b="p"}, {a="v", b="v"}, - {a="g", b="g"}, -- for ^n → g see above + {a="g", b="g"}, -- additional characters (end) {a="\"", b=""}, {a="B", b=""} -- cgit v1.2.3