diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2018-10-11 15:14:18 -0400 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2018-10-11 15:14:18 -0400 |
commit | 0744a02cb12e4d800abb611dfa5d268bb2dfd9f3 (patch) | |
tree | 24ed5efd3c13a97d1c94f5951c4bec7990924272 /src/hb-ot-shape-complex-arabic.cc | |
parent | 57b05210b1a8968d18ccbbe70879b2e11b6a09f2 (diff) |
[arabic] Update to latest UTR#53
From Lorna Evans: "That was a new character added to Unicode 11.0"
Diffstat (limited to 'src/hb-ot-shape-complex-arabic.cc')
-rw-r--r-- | src/hb-ot-shape-complex-arabic.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/hb-ot-shape-complex-arabic.cc b/src/hb-ot-shape-complex-arabic.cc index 0e011e25..0fbc05d8 100644 --- a/src/hb-ot-shape-complex-arabic.cc +++ b/src/hb-ot-shape-complex-arabic.cc @@ -611,6 +611,7 @@ modifier_combining_marks[] = 0x06E3u, /* ARABIC SMALL LOW SEEN */ 0x06E7u, /* ARABIC SMALL HIGH YEH */ 0x06E8u, /* ARABIC SMALL HIGH NOON */ + 0x08D3u, /* ARABIC SMALL LOW WAW */ 0x08F3u, /* ARABIC SMALL HIGH WAW */ }; |