From 009adbfefdfd91efc2fa18349a2a7061828bb717 Mon Sep 17 00:00:00 2001 From: Ahmed El-Helw Date: Tue, 19 Mar 2019 17:37:30 +0400 Subject: [PATCH] Basmallah should have a shaddah in 95 and 97 This patch replaces the basmallah glyph with the one that has a shaddah for suras Tin and Qadr (pages 597 and 598). Fixes #30. --- sql/03-basmallah-shaddah.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/03-basmallah-shaddah.sql diff --git a/sql/03-basmallah-shaddah.sql b/sql/03-basmallah-shaddah.sql new file mode 100644 index 0000000..c133336 --- /dev/null +++ b/sql/03-basmallah-shaddah.sql @@ -0,0 +1,3 @@ +-- use the basmallah glyph with a shaddah on suras teen and qadr +-- suras 95 and 97 on pages 597 and 598. see also #30. +update glyph_page_line set glyph_id=4 where glyph_page_line_id in(87950,88094);