aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoreloraiby <wael.eloraiby@gmail.com>2016-04-20 21:23:19 -0400
committereloraiby <wael.eloraiby@gmail.com>2016-04-20 21:23:19 -0400
commitb912c587a141a4532ae8b6753360c009011c90a7 (patch)
tree6b4dcb7fa328e591df97b2d247c3045cc22ccbc3
parent7828903cc54415d348968e79f6a32b6d90271640 (diff)
fix alef maqsoura table
-rw-r--r--arabtype.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arabtype.c b/arabtype.c
index 9c9469c..76355ad 100644
--- a/arabtype.c
+++ b/arabtype.c
@@ -84,7 +84,7 @@ static all_form_t arabic_forms_b[] = {
{ {0xFEE5, 0xFEE6, 0xFEE7, 0xFEE8}, {-1, -1, 0, 0} }, // noon (37)
{ {0xFEE9, 0xFEEA, 0xFEEB, 0xFEEC}, {-1, -1, 0, 0} }, // ha2 (38)
{ {0xFEED, 0xFEEE, 0, 0}, {-1, -1, 0, 0} }, // waw (39)
- { {0xFEFF, 0xFEF0, 0, 0}, {-1, -1, 0, 0} }, // 2alif maksoura (40)
+ { {0xFEEF, 0xFEF0, 0, 0}, {-1, -1, 0, 0} }, // 2alif maksoura (40)
{ {0xFEF1, 0xFEF2, 0xFEF3, 0xFEF4}, {-1, -1, 0, 0} }, // ya2 (41)
};