提交 74e54cf4 编写于 作者: B Behdad Esfahbod

[Indic] Add Ra back for scripts without Reph

We now check that the 'rphp' table exists before forming Reph, so
we don't need to comment out Ra for those scripts.
上级 2b70df5c
......@@ -252,19 +252,19 @@ static const struct consonant_position_t {
/* XXX
* This is a hack for now. We should move this data into the main Indic table.
* Or completely remove it and just check in the tables.
*/
static const hb_codepoint_t ra_chars[] = {
0x0930, /* Devanagari */
0x09B0, /* Bengali */
0x09F0, /* Bengali */
//0x09F1, /* Bengali */
//0x0A30, /* Gurmukhi */
0x0A30, /* Gurmukhi */ /* No Reph */
0x0AB0, /* Gujarati */
0x0B30, /* Oriya */
//0x0BB0, /* Tamil */
//0x0C30, /* Telugu */
0x0BB0, /* Tamil */ /* No Reph */
0x0C30, /* Telugu */ /* No Reph */
0x0CB0, /* Kannada */
//0x0D30, /* Malayalam */
0x0D30, /* Malayalam */ /* No Reph */
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册