[Indic] Apply 'vatu' before 'cjct'
This essentially reverts 1d6846db9e
,
but that commit is from way back when. We should be better
following the spec order now again.
This commit is contained in:
parent
64bb2ae857
commit
70d6565711
|
@ -349,8 +349,8 @@ indic_features[] =
|
||||||
{HB_TAG('a','b','v','f'), false},
|
{HB_TAG('a','b','v','f'), false},
|
||||||
{HB_TAG('p','s','t','f'), false},
|
{HB_TAG('p','s','t','f'), false},
|
||||||
{HB_TAG('c','f','a','r'), false},
|
{HB_TAG('c','f','a','r'), false},
|
||||||
{HB_TAG('c','j','c','t'), true},
|
|
||||||
{HB_TAG('v','a','t','u'), true},
|
{HB_TAG('v','a','t','u'), true},
|
||||||
|
{HB_TAG('c','j','c','t'), true},
|
||||||
/*
|
/*
|
||||||
* Other features.
|
* Other features.
|
||||||
* These features are applied all at once, after final_reordering.
|
* These features are applied all at once, after final_reordering.
|
||||||
|
@ -381,8 +381,8 @@ enum {
|
||||||
ABVF,
|
ABVF,
|
||||||
PSTF,
|
PSTF,
|
||||||
CFAR,
|
CFAR,
|
||||||
_CJCT,
|
|
||||||
_VATU,
|
_VATU,
|
||||||
|
_CJCT,
|
||||||
|
|
||||||
INIT,
|
INIT,
|
||||||
_PRES,
|
_PRES,
|
||||||
|
|
Loading…
Reference in New Issue