[Indic] Unmark U+17D1 KHMER SIGN VIRIAM to NOT be a Virama
Fixes another 1 Khmer failure. Down to 30 (0.0100293%) now.
This commit is contained in:
parent
6824a7194e
commit
330b329c89
|
@ -256,6 +256,8 @@ set_indic_properties (hb_glyph_info_t &info, hb_ot_map_t *map, hb_font_t *font)
|
||||||
if (unlikely (hb_in_range<hb_codepoint_t> (u, 0x0951, 0x0954)))
|
if (unlikely (hb_in_range<hb_codepoint_t> (u, 0x0951, 0x0954)))
|
||||||
cat = OT_VD;
|
cat = OT_VD;
|
||||||
|
|
||||||
|
if (unlikely (u == 0x17D1))
|
||||||
|
cat = OT_X;
|
||||||
if (cat == OT_X &&
|
if (cat == OT_X &&
|
||||||
unlikely (hb_in_range<hb_codepoint_t> (u, 0x17CB, 0x17D3))) /* Khmer Various signs */
|
unlikely (hb_in_range<hb_codepoint_t> (u, 0x17CB, 0x17D3))) /* Khmer Various signs */
|
||||||
{
|
{
|
||||||
|
|
|
@ -20,3 +20,4 @@
|
||||||
កៀ្រ
|
កៀ្រ
|
||||||
កោ្រ
|
កោ្រ
|
||||||
កៅ្រ
|
កៅ្រ
|
||||||
|
ព៑ា
|
||||||
|
|
Loading…
Reference in New Issue