提交 d1aa143c 编写于 作者: B Behdad Esfahbod

[Thai] Remove U+0E2C from "AC" consonants

WinXP doesn't include it.
上级 362a990b
......@@ -46,7 +46,7 @@ enum thai_consonant_type_t
static thai_consonant_type_t
get_consonant_type (hb_codepoint_t u)
{
if (u == 0x0E1B || u == 0x0E1D || u == 0x0E1F || u == 0x0E2C)
if (u == 0x0E1B || u == 0x0E1D || u == 0x0E1F/* || u == 0x0E2C*/)
return AC;
if (u == 0x0E0D || u == 0x0E10)
return RC;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册